Html Css Color HEX #D1CF72 Goldenrod

📋 copy color: '#D1CF72'

red 209 ◦ green 207 ◦ blue 114

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

Shades of Goldenrod #D1CF72

Tints of Goldenrod #D1CF72

RGB

 RED value IS 209 (82.03% from 255) = 39.43%

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

 BLUE value IS 114 (44.92% from 255) = 21.51%

R = 39.43%
G = 39.06%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D1CF72 (or 0xD1CF72) is known color: Goldenrod. HEX triplet: D1, CF and 72. RGB value is (209,207,114). Sum of RGB (Red+Green+Blue) = 209+207+114=530 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.43% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 114 (44.92% from 255 or 21.51% from 530); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CF72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CF72 is #2E308D. Grayscale: #C5C5C5. Windows color (decimal): -3027086 or 7524305. OLE color: 7524305.

HSL color Cylindrical-coordinate representation of color #D1CF72: hue angle of 58.74º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D1CF72 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 207 114 -
CMYK 0 0.01 0.45 0.18
HSL 58.74º 0.51% 0.63% -
HSV(B) 58.74º 0.45% 0.82% -
XYZ 51.64 59.4 24.66 -
YUV 197 81.16 136.56 -
System Red Green Blue C M Y K H S L
Decimal 209 207 114 0 0.01 0.45 0.18 58.74 0.51 0.63
Hex D1 CF 72 0 1 2D 12 3B 33 3F
Octal 321 317 162 0 1 55 22 73 63 77
Binary 11010001 11001111 1110010 0 1 101101 10010 111011 110011 111111

Color Harmonies of #D1CF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CF72

Black with #D1CF72

Text Example


Text Example

White with #D1CF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CF72; }

 p { color: rgb(209,207,114); }

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

background-color css

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

 a { background-color: rgb(209,207,114); }

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

border-color css

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

 span { border-color: rgb(209,207,114); }

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