Html Css Color HEX #D4CF6D Goldenrod

📋 copy color: '#D4CF6D'

red 212 ◦ green 207 ◦ blue 109

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

Shades of Goldenrod #D4CF6D

Tints of Goldenrod #D4CF6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.64%

R = 40.15%
G = 39.2%
B = 20.64%

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

#D4CF6D (or 0xD4CF6D) is known color: Goldenrod. HEX triplet: D4, CF and 6D. RGB value is (212,207,109). Sum of RGB (Red+Green+Blue) = 212+207+109=528 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.15% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 109 (42.97% from 255 or 20.64% from 528); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CF6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CF6D is #2B3092. Grayscale: #C5C5C5. Windows color (decimal): -2830483 or 7196628. OLE color: 7196628.

HSL color Cylindrical-coordinate representation of color #D4CF6D: hue angle of 57.09º degrees, saturation: 0.54, 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 #D4CF6D is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 207 109 -
CMYK 0 0.02 0.49 0.17
HSL 57.09º 0.54% 0.63% -
HSV(B) 57.09º 0.49% 0.83% -
XYZ 52.22 59.73 23.24 -
YUV 197.32 78.16 138.47 -
System Red Green Blue C M Y K H S L
Decimal 212 207 109 0 0.02 0.49 0.17 57.09 0.54 0.63
Hex D4 CF 6D 0 2 31 11 39 36 3F
Octal 324 317 155 0 2 61 21 71 66 77
Binary 11010100 11001111 1101101 0 10 110001 10001 111001 110110 111111

Color Harmonies of #D4CF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CF6D

Black with #D4CF6D

Text Example


Text Example

White with #D4CF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CF6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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