Html Css Color HEX #D2CF66 Goldenrod

📋 copy color: '#D2CF66'

red 210 ◦ green 207 ◦ blue 102

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

Shades of Goldenrod #D2CF66

Tints of Goldenrod #D2CF66

RGB

 RED value IS 210 (82.42% from 255) = 40.46%

 GREEN value IS 207 (81.25% from 255) = 39.88%

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

R = 40.46%
G = 39.88%
B = 19.65%

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

#D2CF66 (or 0xD2CF66) is known color: Goldenrod. HEX triplet: D2, CF and 66. RGB value is (210,207,102). Sum of RGB (Red+Green+Blue) = 210+207+102=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 102 (40.23% from 255 or 19.65% from 519); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CF66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CF66 is #2D3099. Grayscale: #C4C4C4. Windows color (decimal): -2961562 or 6737874. OLE color: 6737874.

HSL color Cylindrical-coordinate representation of color #D2CF66: hue angle of 58.33º degrees, saturation: 0.55, 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 #D2CF66 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 207 102 -
CMYK 0 0.01 0.51 0.18
HSL 58.33º 0.55% 0.61% -
HSV(B) 58.33º 0.51% 0.82% -
XYZ 51.29 59.29 21.31 -
YUV 195.93 74.99 138.04 -
System Red Green Blue C M Y K H S L
Decimal 210 207 102 0 0.01 0.51 0.18 58.33 0.55 0.61
Hex D2 CF 66 0 1 33 12 3A 37 3D
Octal 322 317 146 0 1 63 22 72 67 75
Binary 11010010 11001111 1100110 0 1 110011 10010 111010 110111 111101

Color Harmonies of #D2CF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CF66

Black with #D2CF66

Text Example


Text Example

White with #D2CF66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CF66; }

 p { color: rgb(210,207,102); }

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

background-color css

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

 a { background-color: rgb(210,207,102); }

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

border-color css

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

 span { border-color: rgb(210,207,102); }

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