Html Css Color HEX #D7C072 Chenin

📋 copy color: '#D7C072'

red 215 ◦ green 192 ◦ blue 114

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

Shades of Chenin #D7C072

Tints of Chenin #D7C072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.88%

R = 41.27%
G = 36.85%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D7C072 (or 0xD7C072) is known color: Chenin. HEX triplet: D7, C0 and 72. RGB value is (215,192,114). Sum of RGB (Red+Green+Blue) = 215+192+114=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 114 (44.92% from 255 or 21.88% from 521); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C072 is #283F8D. Grayscale: #BEBEBE. Windows color (decimal): -2637710 or 7520471. OLE color: 7520471.

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

Color convert

RGB 215 192 114 -
CMYK 0 0.11 0.47 0.16
HSL 46.34º 0.56% 0.65% -
HSV(B) 46.34º 0.47% 0.84% -
XYZ 49.91 53.36 23.59 -
YUV 189.99 85.12 145.84 -
System Red Green Blue C M Y K H S L
Decimal 215 192 114 0 0.11 0.47 0.16 46.34 0.56 0.65
Hex D7 C0 72 0 B 2F 10 2E 38 41
Octal 327 300 162 0 13 57 20 56 70 101
Binary 11010111 11000000 1110010 0 1011 101111 10000 101110 111000 1000001

Color Harmonies of #D7C072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C072

Black with #D7C072

Text Example


Text Example

White with #D7C072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C072; }

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

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

background-color css

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

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

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

border-color css

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

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

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