Html Css Color HEX #D4CF6C Goldenrod

📋 copy color: '#D4CF6C'

red 212 ◦ green 207 ◦ blue 108

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

Shades of Goldenrod #D4CF6C

Tints of Goldenrod #D4CF6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.49%

R = 40.23%
G = 39.28%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D4CF6C (or 0xD4CF6C) is known color: Goldenrod. HEX triplet: D4, CF and 6C. RGB value is (212,207,108). Sum of RGB (Red+Green+Blue) = 212+207+108=527 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.23% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 108 (42.58% from 255 or 20.49% from 527); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CF6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CF6C is #2B3093. Grayscale: #C5C5C5. Windows color (decimal): -2830484 or 7131092. OLE color: 7131092.

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

Color convert

RGB 212 207 108 -
CMYK 0 0.02 0.49 0.17
HSL 57.12º 0.55% 0.63% -
HSV(B) 57.12º 0.49% 0.83% -
XYZ 52.17 59.71 22.96 -
YUV 197.21 77.66 138.55 -
System Red Green Blue C M Y K H S L
Decimal 212 207 108 0 0.02 0.49 0.17 57.12 0.55 0.63
Hex D4 CF 6C 0 2 31 11 39 37 3F
Octal 324 317 154 0 2 61 21 71 67 77
Binary 11010100 11001111 1101100 0 10 110001 10001 111001 110111 111111

Color Harmonies of #D4CF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CF6C

Black with #D4CF6C

Text Example


Text Example

White with #D4CF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CF6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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