Html Css Color HEX #D7C970 Chenin

📋 copy color: '#D7C970'

red 215 ◦ green 201 ◦ blue 112

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

Shades of Chenin #D7C970

Tints of Chenin #D7C970

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.07%

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

R = 40.72%
G = 38.07%
B = 21.21%

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

#D7C970 (or 0xD7C970) is known color: Chenin. HEX triplet: D7, C9 and 70. RGB value is (215,201,112). Sum of RGB (Red+Green+Blue) = 215+201+112=528 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.72% from 528); Green value is 201 (78.91% from 255 or 38.07% from 528); Blue value is 112 (44.14% from 255 or 21.21% from 528); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C970 is #28368F. Grayscale: #C3C3C3. Windows color (decimal): -2635408 or 7391703. OLE color: 7391703.

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

Color convert

RGB 215 201 112 -
CMYK 0 0.07 0.48 0.16
HSL 51.84º 0.56% 0.64% -
HSV(B) 51.84º 0.48% 0.84% -
XYZ 51.84 57.39 23.67 -
YUV 195.04 81.14 142.24 -
System Red Green Blue C M Y K H S L
Decimal 215 201 112 0 0.07 0.48 0.16 51.84 0.56 0.64
Hex D7 C9 70 0 7 30 10 34 38 40
Octal 327 311 160 0 7 60 20 64 70 100
Binary 11010111 11001001 1110000 0 111 110000 10000 110100 111000 1000000

Color Harmonies of #D7C970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C970

Black with #D7C970

Text Example


Text Example

White with #D7C970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C970; }

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

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

background-color css

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

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

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

border-color css

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

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

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