Html Css Color HEX #D7CF66 Goldenrod

📋 copy color: '#D7CF66'

red 215 ◦ green 207 ◦ blue 102

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

Shades of Goldenrod #D7CF66

Tints of Goldenrod #D7CF66

RGB

 RED value IS 215 (84.38% from 255) = 41.03%

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

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

R = 41.03%
G = 39.5%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D7CF66 (or 0xD7CF66) is known color: Goldenrod. HEX triplet: D7, CF and 66. RGB value is (215,207,102). Sum of RGB (Red+Green+Blue) = 215+207+102=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 102 (40.23% from 255 or 19.47% from 524); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CF66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CF66 is #283099. Grayscale: #C5C5C5. Windows color (decimal): -2633882 or 6737879. OLE color: 6737879.

HSL color Cylindrical-coordinate representation of color #D7CF66: hue angle of 55.75º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D7CF66 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 207 102 -
CMYK 0 0.04 0.53 0.16
HSL 55.75º 0.59% 0.62% -
HSV(B) 55.75º 0.53% 0.84% -
XYZ 52.74 60.03 21.38 -
YUV 197.42 74.15 140.54 -
System Red Green Blue C M Y K H S L
Decimal 215 207 102 0 0.04 0.53 0.16 55.75 0.59 0.62
Hex D7 CF 66 0 4 35 10 38 3B 3E
Octal 327 317 146 0 4 65 20 70 73 76
Binary 11010111 11001111 1100110 0 100 110101 10000 111000 111011 111110

Color Harmonies of #D7CF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CF66

Black with #D7CF66

Text Example


Text Example

White with #D7CF66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CF66; }

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

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

background-color css

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

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

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

border-color css

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

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

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