#D2850B

Color #D2850B Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #D2850B

Tints of Dark Goldenrod #D2850B

Color information

#D2850B (or 0xD2850B) is unknown color: approx Dark Goldenrod. HEX triplet: D2, 85 and 0B. RGB value is (210,133,11). Sum of RGB (Red+Green+Blue) = 210+133+11=354 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.32% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 11 (4.69% from 255 or 3.11% from 354); Max value from RGB is 210 - color contains mainly: red. Hex color #D2850B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2850B is #2D7AF4. Grayscale: #8E8E8E. Windows color (decimal): -2980597 or 755154. OLE color: 755154.

HSL color Cylindrical-coordinate representation of color #D2850B: hue angle of 36.78º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D2850B is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.18.

Color convert

RGB21013311-
CMYK00.370.950.18
HSL36.78º90.05%43.33%-
HSV(B)36.78º94.76%82.35%-
XYZ35.0330.54.36-
YUV142.1154.01176.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 59.32%
GREEN value IS 133 (52.34% from 255) = 37.57%
BLUE value IS 11 (4.69% from 255) = 3.11%
R=59.32%
G=37.57%
B=3.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.95
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101331100.370.950.1836.7890.0543.33
HexD285B0255F12255a2b
Octal32220513045137224513253
Binary1101001010000101101101001011011111100101001011011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2850B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2850B; }

 p { color: rgb(210,133,11); }

 H1.HeaderClassName
 {
   color: #D2850B;
 }
 .AnyTagClassName
 {
   color: #D2850B;
 }
</style>
background-color css

<style>
 a { background-color: #D2850B; }

 a { background-color: rgb(210,133,11); }

 div.DivClassName
 {
   background-color: #D2850B;
 }
 .BgClassName
 {
   background-color: #D2850B;
 }
</style>
border-color css

<style>
 span { border-color: #D2850B; }

 span { border-color: rgb(210,133,11); }

 td.TdClassName
 {
   border-color: #D2850B;
 }
 .TagClassName
 {
   border-color: #D2850B;
 }
</style>