Html Css Color HEX #D7C270 Chenin

📋 copy color: '#D7C270'

red 215 ◦ green 194 ◦ blue 112

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

Shades of Chenin #D7C270

Tints of Chenin #D7C270

RGB

 RED value IS 215 (84.38% from 255) = 41.27%

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

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

R = 41.27%
G = 37.24%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D7C270 (or 0xD7C270) is known color: Chenin. HEX triplet: D7, C2 and 70. RGB value is (215,194,112). Sum of RGB (Red+Green+Blue) = 215+194+112=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 112 (44.14% from 255 or 21.50% from 521); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C270 is #283D8F. Grayscale: #BFBFBF. Windows color (decimal): -2637200 or 7389911. OLE color: 7389911.

HSL color Cylindrical-coordinate representation of color #D7C270: hue angle of 47.77º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D7C270 is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 194 112 -
CMYK 0 0.10 0.48 0.16
HSL 47.77º 0.56% 0.64% -
HSV(B) 47.77º 0.48% 0.84% -
XYZ 50.24 54.2 23.14 -
YUV 190.93 83.46 145.17 -
System Red Green Blue C M Y K H S L
Decimal 215 194 112 0 0.10 0.48 0.16 47.77 0.56 0.64
Hex D7 C2 70 0 A 30 10 30 38 40
Octal 327 302 160 0 12 60 20 60 70 100
Binary 11010111 11000010 1110000 0 1010 110000 10000 110000 111000 1000000

Color Harmonies of #D7C270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C270

Black with #D7C270

Text Example


Text Example

White with #D7C270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C270; }

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

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

background-color css

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

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

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

border-color css

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

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

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