Html Css Color HEX #D8CC64 Chenin

📋 copy color: '#D8CC64'

red 216 ◦ green 204 ◦ blue 100

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

Shades of Chenin #D8CC64

Tints of Chenin #D8CC64

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.23%

 BLUE value IS 100 (39.45% from 255) = 19.23%

R = 41.54%
G = 39.23%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D8CC64 (or 0xD8CC64) is known color: Chenin. HEX triplet: D8, CC and 64. RGB value is (216,204,100). Sum of RGB (Red+Green+Blue) = 216+204+100=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 100 (39.45% from 255 or 19.23% from 520); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CC64 is #27339B. Grayscale: #C4C4C4. Windows color (decimal): -2569116 or 6606040. OLE color: 6606040.

HSL color Cylindrical-coordinate representation of color #D8CC64: hue angle of 53.79º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D8CC64 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 204 100 -
CMYK 0 0.06 0.54 0.15
HSL 53.79º 0.6% 0.62% -
HSV(B) 53.79º 0.54% 0.85% -
XYZ 52.21 58.7 20.64 -
YUV 195.73 73.98 142.46 -
System Red Green Blue C M Y K H S L
Decimal 216 204 100 0 0.06 0.54 0.15 53.79 0.6 0.62
Hex D8 CC 64 0 6 36 F 36 3C 3E
Octal 330 314 144 0 6 66 17 66 74 76
Binary 11011000 11001100 1100100 0 110 110110 1111 110110 111100 111110

Color Harmonies of #D8CC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CC64

Black with #D8CC64

Text Example


Text Example

White with #D8CC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CC64; }

 p { color: rgb(216,204,100); }

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

background-color css

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

 a { background-color: rgb(216,204,100); }

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

border-color css

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

 span { border-color: rgb(216,204,100); }

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