Html Css Color HEX #D8CB70 Chenin

📋 copy color: '#D8CB70'

red 216 ◦ green 203 ◦ blue 112

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

Shades of Chenin #D8CB70

Tints of Chenin #D8CB70

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.23%

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

R = 40.68%
G = 38.23%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D8CB70 (or 0xD8CB70) is known color: Chenin. HEX triplet: D8, CB and 70. RGB value is (216,203,112). Sum of RGB (Red+Green+Blue) = 216+203+112=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 112 (44.14% from 255 or 21.09% from 531); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CB70 is #27348F. Grayscale: #C4C4C4. Windows color (decimal): -2569360 or 7392216. OLE color: 7392216.

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

Color convert

RGB 216 203 112 -
CMYK 0 0.06 0.48 0.15
HSL 52.5º 0.57% 0.64% -
HSV(B) 52.5º 0.48% 0.85% -
XYZ 52.6 58.48 23.84 -
YUV 196.51 80.31 141.9 -
System Red Green Blue C M Y K H S L
Decimal 216 203 112 0 0.06 0.48 0.15 52.5 0.57 0.64
Hex D8 CB 70 0 6 30 F 34 39 40
Octal 330 313 160 0 6 60 17 64 71 100
Binary 11011000 11001011 1110000 0 110 110000 1111 110100 111001 1000000

Color Harmonies of #D8CB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CB70

Black with #D8CB70

Text Example


Text Example

White with #D8CB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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