Html Css Color HEX #D7C770 Chenin

📋 copy color: '#D7C770'

red 215 ◦ green 199 ◦ blue 112

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

Shades of Chenin #D7C770

Tints of Chenin #D7C770

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.83%

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

R = 40.87%
G = 37.83%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D7C770 (or 0xD7C770) is known color: Chenin. HEX triplet: D7, C7 and 70. RGB value is (215,199,112). Sum of RGB (Red+Green+Blue) = 215+199+112=526 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.87% from 526); Green value is 199 (78.12% from 255 or 37.83% from 526); Blue value is 112 (44.14% from 255 or 21.29% from 526); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C770 is #28388F. Grayscale: #C2C2C2. Windows color (decimal): -2635920 or 7391191. OLE color: 7391191.

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

Color convert

RGB 215 199 112 -
CMYK 0 0.07 0.48 0.16
HSL 50.68º 0.56% 0.64% -
HSV(B) 50.68º 0.48% 0.84% -
XYZ 51.37 56.46 23.52 -
YUV 193.87 81.8 143.07 -
System Red Green Blue C M Y K H S L
Decimal 215 199 112 0 0.07 0.48 0.16 50.68 0.56 0.64
Hex D7 C7 70 0 7 30 10 33 38 40
Octal 327 307 160 0 7 60 20 63 70 100
Binary 11010111 11000111 1110000 0 111 110000 10000 110011 111000 1000000

Color Harmonies of #D7C770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C770

Black with #D7C770

Text Example


Text Example

White with #D7C770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C770; }

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

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

background-color css

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

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

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

border-color css

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

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

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