Html Css Color HEX #D0CD6A Goldenrod

📋 copy color: '#D0CD6A'

red 208 ◦ green 205 ◦ blue 106

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

Shades of Goldenrod #D0CD6A

Tints of Goldenrod #D0CD6A

RGB

 RED value IS 208 (81.64% from 255) = 40.08%

 GREEN value IS 205 (80.47% from 255) = 39.5%

 BLUE value IS 106 (41.8% from 255) = 20.42%

R = 40.08%
G = 39.5%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D0CD6A (or 0xD0CD6A) is known color: Goldenrod. HEX triplet: D0, CD and 6A. RGB value is (208,205,106). Sum of RGB (Red+Green+Blue) = 208+205+106=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 106 (41.80% from 255 or 20.42% from 519); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CD6A is #2F3295. Grayscale: #C3C3C3. Windows color (decimal): -3093142 or 6999504. OLE color: 6999504.

HSL color Cylindrical-coordinate representation of color #D0CD6A: hue angle of 58.24º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D0CD6A is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 205 106 -
CMYK 0 0.01 0.49 0.18
HSL 58.24º 0.52% 0.62% -
HSV(B) 58.24º 0.49% 0.82% -
XYZ 50.45 58.11 22.19 -
YUV 194.61 77.99 137.55 -
System Red Green Blue C M Y K H S L
Decimal 208 205 106 0 0.01 0.49 0.18 58.24 0.52 0.62
Hex D0 CD 6A 0 1 31 12 3A 34 3E
Octal 320 315 152 0 1 61 22 72 64 76
Binary 11010000 11001101 1101010 0 1 110001 10010 111010 110100 111110

Color Harmonies of #D0CD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CD6A

Black with #D0CD6A

Text Example


Text Example

White with #D0CD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CD6A; }

 p { color: rgb(208,205,106); }

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

background-color css

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

 a { background-color: rgb(208,205,106); }

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

border-color css

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

 span { border-color: rgb(208,205,106); }

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