Html Css Color HEX #D1C770 Chenin

📋 copy color: '#D1C770'

red 209 ◦ green 199 ◦ blue 112

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

Shades of Chenin #D1C770

Tints of Chenin #D1C770

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.27%

 BLUE value IS 112 (44.14% from 255) = 21.54%

R = 40.19%
G = 38.27%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D1C770 (or 0xD1C770) is known color: Chenin. HEX triplet: D1, C7 and 70. RGB value is (209,199,112). Sum of RGB (Red+Green+Blue) = 209+199+112=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 199 (78.12% from 255 or 38.27% from 520); Blue value is 112 (44.14% from 255 or 21.54% from 520); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C770 is #2E388F. Grayscale: #C0C0C0. Windows color (decimal): -3029136 or 7391185. OLE color: 7391185.

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

Color convert

RGB 209 199 112 -
CMYK 0 0.05 0.46 0.18
HSL 53.81º 0.51% 0.63% -
HSV(B) 53.81º 0.46% 0.82% -
XYZ 49.64 55.57 23.44 -
YUV 192.07 82.81 140.07 -
System Red Green Blue C M Y K H S L
Decimal 209 199 112 0 0.05 0.46 0.18 53.81 0.51 0.63
Hex D1 C7 70 0 5 2E 12 36 33 3F
Octal 321 307 160 0 5 56 22 66 63 77
Binary 11010001 11000111 1110000 0 101 101110 10010 110110 110011 111111

Color Harmonies of #D1C770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C770

Black with #D1C770

Text Example


Text Example

White with #D1C770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C770; }

 p { color: rgb(209,199,112); }

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

background-color css

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

 a { background-color: rgb(209,199,112); }

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

border-color css

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

 span { border-color: rgb(209,199,112); }

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