Html Css Color HEX #D18B02 Dark Goldenrod

📋 copy color: '#D18B02'

red 209 ◦ green 139 ◦ blue 2

#D18B02
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #D18B02

Tints of Dark Goldenrod #D18B02

RGB

 RED value IS 209 (82.03% from 255) = 59.71%

 GREEN value IS 139 (54.69% from 255) = 39.71%

 BLUE value IS 2 (1.17% from 255) = 0.57%

R = 59.71%
G = 39.71%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D18B02 (or 0xD18B02) is known color: Dark Goldenrod. HEX triplet: D1, 8B and 02. RGB value is (209,139,2). Sum of RGB (Red+Green+Blue) = 209+139+2=350 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.71% from 350); Green value is 139 (54.69% from 255 or 39.71% from 350); Blue value is 2 (1.17% from 255 or 0.57% from 350); Max value from RGB is 209 - color contains mainly: red. Hex color #D18B02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18B02 is #2E74FD. Grayscale: #909090. Windows color (decimal): -3044606 or 166865. OLE color: 166865.

HSL color Cylindrical-coordinate representation of color #D18B02: hue angle of 39.71º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D18B02 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 139 2 -
CMYK 0 0.33 0.99 0.18
HSL 39.71º 0.98% 0.41% -
HSV(B) 39.71º 0.99% 0.82% -
XYZ 35.54 32.02 4.37 -
YUV 144.31 47.69 174.14 -
System Red Green Blue C M Y K H S L
Decimal 209 139 2 0 0.33 0.99 0.18 39.71 0.98 0.41
Hex D1 8B 2 0 21 63 12 28 62 29
Octal 321 213 2 0 41 143 22 50 142 51
Binary 11010001 10001011 10 0 100001 1100011 10010 101000 1100010 101001

Color Harmonies of #D18B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18B02

Black with #D18B02

Text Example


Text Example

White with #D18B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18B02; }

 p { color: rgb(209,139,2); }

 H1.HeaderClassName
 {
   color: #D18B02;
 }
 .AnyTagClassName
 {
   color: #D18B02;
 }
</style>

background-color css

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

 a { background-color: rgb(209,139,2); }

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

border-color css

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

 span { border-color: rgb(209,139,2); }

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