Html Css Color HEX #D8C068 Chenin

📋 copy color: '#D8C068'

red 216 ◦ green 192 ◦ blue 104

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

Shades of Chenin #D8C068

Tints of Chenin #D8C068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.31%

R = 42.19%
G = 37.5%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D8C068 (or 0xD8C068) is known color: Chenin. HEX triplet: D8, C0 and 68. RGB value is (216,192,104). Sum of RGB (Red+Green+Blue) = 216+192+104=512 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.19% from 512); Green value is 192 (75.39% from 255 or 37.5% from 512); Blue value is 104 (41.02% from 255 or 20.31% from 512); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C068 is #273F97. Grayscale: #BDBDBD. Windows color (decimal): -2572184 or 6865112. OLE color: 6865112.

HSL color Cylindrical-coordinate representation of color #D8C068: hue angle of 47.14º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D8C068 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 192 104 -
CMYK 0 0.11 0.52 0.15
HSL 47.14º 0.59% 0.63% -
HSV(B) 47.14º 0.52% 0.85% -
XYZ 49.67 53.3 20.77 -
YUV 189.14 79.95 147.16 -
System Red Green Blue C M Y K H S L
Decimal 216 192 104 0 0.11 0.52 0.15 47.14 0.59 0.63
Hex D8 C0 68 0 B 34 F 2F 3B 3F
Octal 330 300 150 0 13 64 17 57 73 77
Binary 11011000 11000000 1101000 0 1011 110100 1111 101111 111011 111111

Color Harmonies of #D8C068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C068

Black with #D8C068

Text Example


Text Example

White with #D8C068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C068; }

 p { color: rgb(216,192,104); }

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

background-color css

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

 a { background-color: rgb(216,192,104); }

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

border-color css

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

 span { border-color: rgb(216,192,104); }

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