Html Css Color HEX #D6C078 Chenin

📋 copy color: '#D6C078'

red 214 ◦ green 192 ◦ blue 120

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

Shades of Chenin #D6C078

Tints of Chenin #D6C078

RGB

 RED value IS 214 (83.98% from 255) = 40.68%

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

 BLUE value IS 120 (47.27% from 255) = 22.81%

R = 40.68%
G = 36.5%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D6C078 (or 0xD6C078) is known color: Chenin. HEX triplet: D6, C0 and 78. RGB value is (214,192,120). Sum of RGB (Red+Green+Blue) = 214+192+120=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 120 (47.27% from 255 or 22.81% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C078 is #293F87. Grayscale: #BEBEBE. Windows color (decimal): -2703240 or 7913686. OLE color: 7913686.

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

Color convert

RGB 214 192 120 -
CMYK 0 0.10 0.44 0.16
HSL 45.96º 0.53% 0.65% -
HSV(B) 45.96º 0.44% 0.84% -
XYZ 49.97 53.35 25.43 -
YUV 190.37 88.29 144.85 -
System Red Green Blue C M Y K H S L
Decimal 214 192 120 0 0.10 0.44 0.16 45.96 0.53 0.65
Hex D6 C0 78 0 A 2C 10 2E 35 41
Octal 326 300 170 0 12 54 20 56 65 101
Binary 11010110 11000000 1111000 0 1010 101100 10000 101110 110101 1000001

Color Harmonies of #D6C078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C078

Black with #D6C078

Text Example


Text Example

White with #D6C078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C078; }

 p { color: rgb(214,192,120); }

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

background-color css

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

 a { background-color: rgb(214,192,120); }

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

border-color css

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

 span { border-color: rgb(214,192,120); }

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