Html Css Color HEX #D2C371 Chenin

📋 copy color: '#D2C371'

red 210 ◦ green 195 ◦ blue 113

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

Shades of Chenin #D2C371

Tints of Chenin #D2C371

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.64%

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

R = 40.54%
G = 37.64%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D2C371 (or 0xD2C371) is known color: Chenin. HEX triplet: D2, C3 and 71. RGB value is (210,195,113). Sum of RGB (Red+Green+Blue) = 210+195+113=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 195 (76.56% from 255 or 37.64% from 518); Blue value is 113 (44.53% from 255 or 21.81% from 518); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C371 is #2D3C8E. Grayscale: #BEBEBE. Windows color (decimal): -2964623 or 7455698. OLE color: 7455698.

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

Color convert

RGB 210 195 113 -
CMYK 0 0.07 0.46 0.18
HSL 50.72º 0.52% 0.63% -
HSV(B) 50.72º 0.46% 0.82% -
XYZ 49.07 53.92 23.44 -
YUV 190.14 84.47 142.17 -
System Red Green Blue C M Y K H S L
Decimal 210 195 113 0 0.07 0.46 0.18 50.72 0.52 0.63
Hex D2 C3 71 0 7 2E 12 33 34 3F
Octal 322 303 161 0 7 56 22 63 64 77
Binary 11010010 11000011 1110001 0 111 101110 10010 110011 110100 111111

Color Harmonies of #D2C371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C371

Black with #D2C371

Text Example


Text Example

White with #D2C371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C371; }

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

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

background-color css

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

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

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

border-color css

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

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

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