Html Css Color HEX #D4CF6F Goldenrod

📋 copy color: '#D4CF6F'

red 212 ◦ green 207 ◦ blue 111

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

Shades of Goldenrod #D4CF6F

Tints of Goldenrod #D4CF6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.94%

R = 40%
G = 39.06%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D4CF6F (or 0xD4CF6F) is known color: Goldenrod. HEX triplet: D4, CF and 6F. RGB value is (212,207,111). Sum of RGB (Red+Green+Blue) = 212+207+111=530 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 111 (43.75% from 255 or 20.94% from 530); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CF6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CF6F is #2B3090. Grayscale: #C5C5C5. Windows color (decimal): -2830481 or 7327700. OLE color: 7327700.

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

Color convert

RGB 212 207 111 -
CMYK 0 0.02 0.48 0.17
HSL 57.03º 0.54% 0.63% -
HSV(B) 57.03º 0.48% 0.83% -
XYZ 52.33 59.77 23.82 -
YUV 197.55 79.16 138.31 -
System Red Green Blue C M Y K H S L
Decimal 212 207 111 0 0.02 0.48 0.17 57.03 0.54 0.63
Hex D4 CF 6F 0 2 30 11 39 36 3F
Octal 324 317 157 0 2 60 21 71 66 77
Binary 11010100 11001111 1101111 0 10 110000 10001 111001 110110 111111

Color Harmonies of #D4CF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CF6F

Black with #D4CF6F

Text Example


Text Example

White with #D4CF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CF6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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