Html Css Color HEX #D2C170 Chenin

📋 copy color: '#D2C170'

red 210 ◦ green 193 ◦ blue 112

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

Shades of Chenin #D2C170

Tints of Chenin #D2C170

RGB

 RED value IS 210 (82.42% from 255) = 40.78%

 GREEN value IS 193 (75.78% from 255) = 37.48%

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

R = 40.78%
G = 37.48%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D2C170 (or 0xD2C170) is known color: Chenin. HEX triplet: D2, C1 and 70. RGB value is (210,193,112). Sum of RGB (Red+Green+Blue) = 210+193+112=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 112 (44.14% from 255 or 21.75% from 515); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C170 is #2D3E8F. Grayscale: #BDBDBD. Windows color (decimal): -2965136 or 7389650. OLE color: 7389650.

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

Color convert

RGB 210 193 112 -
CMYK 0 0.08 0.47 0.18
HSL 49.59º 0.52% 0.63% -
HSV(B) 49.59º 0.47% 0.82% -
XYZ 48.57 53.01 23 -
YUV 188.85 84.63 143.09 -
System Red Green Blue C M Y K H S L
Decimal 210 193 112 0 0.08 0.47 0.18 49.59 0.52 0.63
Hex D2 C1 70 0 8 2F 12 32 34 3F
Octal 322 301 160 0 10 57 22 62 64 77
Binary 11010010 11000001 1110000 0 1000 101111 10010 110010 110100 111111

Color Harmonies of #D2C170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C170

Black with #D2C170

Text Example


Text Example

White with #D2C170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C170; }

 p { color: rgb(210,193,112); }

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

background-color css

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

 a { background-color: rgb(210,193,112); }

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

border-color css

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

 span { border-color: rgb(210,193,112); }

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