Html Css Color HEX #D6C478 Chenin

📋 copy color: '#D6C478'

red 214 ◦ green 196 ◦ blue 120

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

Shades of Chenin #D6C478

Tints of Chenin #D6C478

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.98%

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

R = 40.38%
G = 36.98%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D6C478 (or 0xD6C478) is known color: Chenin. HEX triplet: D6, C4 and 78. RGB value is (214,196,120). Sum of RGB (Red+Green+Blue) = 214+196+120=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 196 (76.95% from 255 or 36.98% from 530); Blue value is 120 (47.27% from 255 or 22.64% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C478 is #293B87. Grayscale: #C1C1C1. Windows color (decimal): -2702216 or 7914710. OLE color: 7914710.

HSL color Cylindrical-coordinate representation of color #D6C478: hue angle of 48.51º 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 #D6C478 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 196 120 -
CMYK 0 0.08 0.44 0.16
HSL 48.51º 0.53% 0.65% -
HSV(B) 48.51º 0.44% 0.84% -
XYZ 50.86 55.13 25.73 -
YUV 192.72 86.96 143.18 -
System Red Green Blue C M Y K H S L
Decimal 214 196 120 0 0.08 0.44 0.16 48.51 0.53 0.65
Hex D6 C4 78 0 8 2C 10 31 35 41
Octal 326 304 170 0 10 54 20 61 65 101
Binary 11010110 11000100 1111000 0 1000 101100 10000 110001 110101 1000001

Color Harmonies of #D6C478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C478

Black with #D6C478

Text Example


Text Example

White with #D6C478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C478; }

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

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

background-color css

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

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

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

border-color css

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

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

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