Html Css Color HEX #D3C270 Chenin

📋 copy color: '#D3C270'

red 211 ◦ green 194 ◦ blue 112

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

Shades of Chenin #D3C270

Tints of Chenin #D3C270

RGB

 RED value IS 211 (82.81% from 255) = 40.81%

 GREEN value IS 194 (76.17% from 255) = 37.52%

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

R = 40.81%
G = 37.52%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D3C270 (or 0xD3C270) is known color: Chenin. HEX triplet: D3, C2 and 70. RGB value is (211,194,112). Sum of RGB (Red+Green+Blue) = 211+194+112=517 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.81% from 517); Green value is 194 (76.17% from 255 or 37.52% from 517); Blue value is 112 (44.14% from 255 or 21.66% from 517); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3C270 is #2C3D8F. Grayscale: #BEBEBE. Windows color (decimal): -2899344 or 7389907. OLE color: 7389907.

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

Color convert

RGB 211 194 112 -
CMYK 0 0.08 0.47 0.17
HSL 49.7º 0.53% 0.63% -
HSV(B) 49.7º 0.47% 0.83% -
XYZ 49.08 53.6 23.09 -
YUV 189.74 84.13 143.17 -
System Red Green Blue C M Y K H S L
Decimal 211 194 112 0 0.08 0.47 0.17 49.7 0.53 0.63
Hex D3 C2 70 0 8 2F 11 32 35 3F
Octal 323 302 160 0 10 57 21 62 65 77
Binary 11010011 11000010 1110000 0 1000 101111 10001 110010 110101 111111

Color Harmonies of #D3C270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C270

Black with #D3C270

Text Example


Text Example

White with #D3C270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C270; }

 p { color: rgb(211,194,112); }

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

background-color css

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

 a { background-color: rgb(211,194,112); }

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

border-color css

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

 span { border-color: rgb(211,194,112); }

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