Html Css Color HEX #D7CF64 Goldenrod

📋 copy color: '#D7CF64'

red 215 ◦ green 207 ◦ blue 100

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

Shades of Goldenrod #D7CF64

Tints of Goldenrod #D7CF64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.16%

R = 41.19%
G = 39.66%
B = 19.16%

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

#D7CF64 (or 0xD7CF64) is known color: Goldenrod. HEX triplet: D7, CF and 64. RGB value is (215,207,100). Sum of RGB (Red+Green+Blue) = 215+207+100=522 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.19% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 100 (39.45% from 255 or 19.16% from 522); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CF64 is #28309B. Grayscale: #C5C5C5. Windows color (decimal): -2633884 or 6606807. OLE color: 6606807.

HSL color Cylindrical-coordinate representation of color #D7CF64: hue angle of 55.83º 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 #D7CF64 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 207 100 -
CMYK 0 0.04 0.53 0.16
HSL 55.83º 0.59% 0.62% -
HSV(B) 55.83º 0.53% 0.84% -
XYZ 52.64 59.99 20.86 -
YUV 197.19 73.15 140.7 -
System Red Green Blue C M Y K H S L
Decimal 215 207 100 0 0.04 0.53 0.16 55.83 0.59 0.62
Hex D7 CF 64 0 4 35 10 38 3B 3E
Octal 327 317 144 0 4 65 20 70 73 76
Binary 11010111 11001111 1100100 0 100 110101 10000 111000 111011 111110

Color Harmonies of #D7CF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CF64

Black with #D7CF64

Text Example


Text Example

White with #D7CF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CF64; }

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

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

background-color css

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

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

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

border-color css

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

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

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