Html Css Color HEX #D1C072 Chenin

📋 copy color: '#D1C072'

red 209 ◦ green 192 ◦ blue 114

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

Shades of Chenin #D1C072

Tints of Chenin #D1C072

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.28%

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

R = 40.58%
G = 37.28%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D1C072 (or 0xD1C072) is known color: Chenin. HEX triplet: D1, C0 and 72. RGB value is (209,192,114). Sum of RGB (Red+Green+Blue) = 209+192+114=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 114 (44.92% from 255 or 22.14% from 515); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C072 is #2E3F8D. Grayscale: #BCBCBC. Windows color (decimal): -3030926 or 7520465. OLE color: 7520465.

HSL color Cylindrical-coordinate representation of color #D1C072: hue angle of 49.26º 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 #D1C072 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 192 114 -
CMYK 0 0.08 0.45 0.18
HSL 49.26º 0.51% 0.63% -
HSV(B) 49.26º 0.45% 0.82% -
XYZ 48.18 52.47 23.51 -
YUV 188.19 86.13 142.84 -
System Red Green Blue C M Y K H S L
Decimal 209 192 114 0 0.08 0.45 0.18 49.26 0.51 0.63
Hex D1 C0 72 0 8 2D 12 31 33 3F
Octal 321 300 162 0 10 55 22 61 63 77
Binary 11010001 11000000 1110010 0 1000 101101 10010 110001 110011 111111

Color Harmonies of #D1C072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C072

Black with #D1C072

Text Example


Text Example

White with #D1C072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C072; }

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

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

background-color css

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

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

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

border-color css

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

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

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