Html Css Color HEX #D0CD66 Goldenrod

📋 copy color: '#D0CD66'

red 208 ◦ green 205 ◦ blue 102

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

Shades of Goldenrod #D0CD66

Tints of Goldenrod #D0CD66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.81%

R = 40.39%
G = 39.81%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D0CD66 (or 0xD0CD66) is known color: Goldenrod. HEX triplet: D0, CD and 66. RGB value is (208,205,102). Sum of RGB (Red+Green+Blue) = 208+205+102=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 102 (40.23% from 255 or 19.81% from 515); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CD66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CD66 is #2F3299. Grayscale: #C2C2C2. Windows color (decimal): -3093146 or 6737360. OLE color: 6737360.

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

Color convert

RGB 208 205 102 -
CMYK 0 0.01 0.51 0.18
HSL 58.3º 0.53% 0.61% -
HSV(B) 58.3º 0.51% 0.82% -
XYZ 50.24 58.03 21.12 -
YUV 194.16 75.99 137.88 -
System Red Green Blue C M Y K H S L
Decimal 208 205 102 0 0.01 0.51 0.18 58.3 0.53 0.61
Hex D0 CD 66 0 1 33 12 3A 35 3D
Octal 320 315 146 0 1 63 22 72 65 75
Binary 11010000 11001101 1100110 0 1 110011 10010 111010 110101 111101

Color Harmonies of #D0CD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CD66

Black with #D0CD66

Text Example


Text Example

White with #D0CD66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CD66; }

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

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

background-color css

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

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

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

border-color css

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

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

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