Html Css Color HEX #D18A02 Dark Goldenrod

📋 copy color: '#D18A02'

red 209 ◦ green 138 ◦ blue 2

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

Shades of Dark Goldenrod #D18A02

Tints of Dark Goldenrod #D18A02

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.54%

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

R = 59.89%
G = 39.54%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D18A02 (or 0xD18A02) is known color: Dark Goldenrod. HEX triplet: D1, 8A and 02. RGB value is (209,138,2). Sum of RGB (Red+Green+Blue) = 209+138+2=349 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.89% from 349); Green value is 138 (54.30% from 255 or 39.54% from 349); Blue value is 2 (1.17% from 255 or 0.57% from 349); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18A02 is #2E75FD. Grayscale: #909090. Windows color (decimal): -3044862 or 166609. OLE color: 166609.

HSL color Cylindrical-coordinate representation of color #D18A02: hue angle of 39.42º 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 #D18A02 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 138 2 -
CMYK 0 0.34 0.99 0.18
HSL 39.42º 0.98% 0.41% -
HSV(B) 39.42º 0.99% 0.82% -
XYZ 35.39 31.74 4.32 -
YUV 143.73 48.02 174.56 -
System Red Green Blue C M Y K H S L
Decimal 209 138 2 0 0.34 0.99 0.18 39.42 0.98 0.41
Hex D1 8A 2 0 22 63 12 27 62 29
Octal 321 212 2 0 42 143 22 47 142 51
Binary 11010001 10001010 10 0 100010 1100011 10010 100111 1100010 101001

Color Harmonies of #D18A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18A02

Black with #D18A02

Text Example


Text Example

White with #D18A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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