Html Css Color HEX #D7C070 Chenin

📋 copy color: '#D7C070'

red 215 ◦ green 192 ◦ blue 112

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

Shades of Chenin #D7C070

Tints of Chenin #D7C070

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.99%

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

R = 41.43%
G = 36.99%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D7C070 (or 0xD7C070) is known color: Chenin. HEX triplet: D7, C0 and 70. RGB value is (215,192,112). Sum of RGB (Red+Green+Blue) = 215+192+112=519 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.43% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 112 (44.14% from 255 or 21.58% from 519); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C070 is #283F8F. Grayscale: #BEBEBE. Windows color (decimal): -2637712 or 7389399. OLE color: 7389399.

HSL color Cylindrical-coordinate representation of color #D7C070: hue angle of 46.6º 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 #D7C070 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 192 112 -
CMYK 0 0.11 0.48 0.16
HSL 46.6º 0.56% 0.64% -
HSV(B) 46.6º 0.48% 0.84% -
XYZ 49.8 53.32 23 -
YUV 189.76 84.12 146 -
System Red Green Blue C M Y K H S L
Decimal 215 192 112 0 0.11 0.48 0.16 46.6 0.56 0.64
Hex D7 C0 70 0 B 30 10 2F 38 40
Octal 327 300 160 0 13 60 20 57 70 100
Binary 11010111 11000000 1110000 0 1011 110000 10000 101111 111000 1000000

Color Harmonies of #D7C070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C070

Black with #D7C070

Text Example


Text Example

White with #D7C070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C070; }

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

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

background-color css

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

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

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

border-color css

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

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

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