Html Css Color HEX #D4CF64 Goldenrod

📋 copy color: '#D4CF64'

red 212 ◦ green 207 ◦ blue 100

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

Shades of Goldenrod #D4CF64

Tints of Goldenrod #D4CF64

RGB

 RED value IS 212 (83.2% from 255) = 40.85%

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

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

R = 40.85%
G = 39.88%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D4CF64 (or 0xD4CF64) is known color: Goldenrod. HEX triplet: D4, CF and 64. RGB value is (212,207,100). Sum of RGB (Red+Green+Blue) = 212+207+100=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 100 (39.45% from 255 or 19.27% from 519); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CF64 is #2B309B. Grayscale: #C4C4C4. Windows color (decimal): -2830492 or 6606804. OLE color: 6606804.

HSL color Cylindrical-coordinate representation of color #D4CF64: hue angle of 57.32º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D4CF64 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 207 100 -
CMYK 0 0.02 0.53 0.17
HSL 57.32º 0.57% 0.61% -
HSV(B) 57.32º 0.53% 0.83% -
XYZ 51.76 59.54 20.82 -
YUV 196.3 73.66 139.2 -
System Red Green Blue C M Y K H S L
Decimal 212 207 100 0 0.02 0.53 0.17 57.32 0.57 0.61
Hex D4 CF 64 0 2 35 11 39 39 3D
Octal 324 317 144 0 2 65 21 71 71 75
Binary 11010100 11001111 1100100 0 10 110101 10001 111001 111001 111101

Color Harmonies of #D4CF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CF64

Black with #D4CF64

Text Example


Text Example

White with #D4CF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CF64; }

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

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

background-color css

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

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

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

border-color css

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

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

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