Html Css Color HEX #D8C270 Chenin

📋 copy color: '#D8C270'

red 216 ◦ green 194 ◦ blue 112

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

Shades of Chenin #D8C270

Tints of Chenin #D8C270

RGB

 RED value IS 216 (84.77% from 255) = 41.38%

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

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

R = 41.38%
G = 37.16%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D8C270 (or 0xD8C270) is known color: Chenin. HEX triplet: D8, C2 and 70. RGB value is (216,194,112). Sum of RGB (Red+Green+Blue) = 216+194+112=522 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.38% from 522); Green value is 194 (76.17% from 255 or 37.16% from 522); Blue value is 112 (44.14% from 255 or 21.46% from 522); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C270 is #273D8F. Grayscale: #BFBFBF. Windows color (decimal): -2571664 or 7389912. OLE color: 7389912.

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

Color convert

RGB 216 194 112 -
CMYK 0 0.10 0.48 0.15
HSL 47.31º 0.57% 0.64% -
HSV(B) 47.31º 0.48% 0.85% -
XYZ 50.54 54.35 23.16 -
YUV 191.23 83.29 145.67 -
System Red Green Blue C M Y K H S L
Decimal 216 194 112 0 0.10 0.48 0.15 47.31 0.57 0.64
Hex D8 C2 70 0 A 30 F 2F 39 40
Octal 330 302 160 0 12 60 17 57 71 100
Binary 11011000 11000010 1110000 0 1010 110000 1111 101111 111001 1000000

Color Harmonies of #D8C270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C270

Black with #D8C270

Text Example


Text Example

White with #D8C270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C270; }

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

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

background-color css

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

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

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

border-color css

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

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

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