Html Css Color HEX #D2C171 Chenin

📋 copy color: '#D2C171'

red 210 ◦ green 193 ◦ blue 113

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

Shades of Chenin #D2C171

Tints of Chenin #D2C171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.9%

R = 40.7%
G = 37.4%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D2C171 (or 0xD2C171) is known color: Chenin. HEX triplet: D2, C1 and 71. RGB value is (210,193,113). Sum of RGB (Red+Green+Blue) = 210+193+113=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 113 (44.53% from 255 or 21.90% from 516); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C171 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C171 is #2D3E8E. Grayscale: #BDBDBD. Windows color (decimal): -2965135 or 7455186. OLE color: 7455186.

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

Color convert

RGB 210 193 113 -
CMYK 0 0.08 0.46 0.18
HSL 49.48º 0.52% 0.63% -
HSV(B) 49.48º 0.46% 0.82% -
XYZ 48.63 53.03 23.3 -
YUV 188.96 85.13 143 -
System Red Green Blue C M Y K H S L
Decimal 210 193 113 0 0.08 0.46 0.18 49.48 0.52 0.63
Hex D2 C1 71 0 8 2E 12 31 34 3F
Octal 322 301 161 0 10 56 22 61 64 77
Binary 11010010 11000001 1110001 0 1000 101110 10010 110001 110100 111111

Color Harmonies of #D2C171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C171

Black with #D2C171

Text Example


Text Example

White with #D2C171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C171; }

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

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

background-color css

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

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

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

border-color css

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

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

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