Html Css Color HEX #D6C378 Chenin

📋 copy color: '#D6C378'

red 214 ◦ green 195 ◦ blue 120

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

Shades of Chenin #D6C378

Tints of Chenin #D6C378

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.86%

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

R = 40.45%
G = 36.86%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D6C378 (or 0xD6C378) is known color: Chenin. HEX triplet: D6, C3 and 78. RGB value is (214,195,120). Sum of RGB (Red+Green+Blue) = 214+195+120=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 195 (76.56% from 255 or 36.86% from 529); Blue value is 120 (47.27% from 255 or 22.68% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C378 is #293C87. Grayscale: #C0C0C0. Windows color (decimal): -2702472 or 7914454. OLE color: 7914454.

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

Color convert

RGB 214 195 120 -
CMYK 0 0.09 0.44 0.16
HSL 47.87º 0.53% 0.65% -
HSV(B) 47.87º 0.44% 0.84% -
XYZ 50.64 54.68 25.66 -
YUV 192.13 87.29 143.6 -
System Red Green Blue C M Y K H S L
Decimal 214 195 120 0 0.09 0.44 0.16 47.87 0.53 0.65
Hex D6 C3 78 0 9 2C 10 30 35 41
Octal 326 303 170 0 11 54 20 60 65 101
Binary 11010110 11000011 1111000 0 1001 101100 10000 110000 110101 1000001

Color Harmonies of #D6C378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C378

Black with #D6C378

Text Example


Text Example

White with #D6C378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C378; }

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

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

background-color css

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

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

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

border-color css

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

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

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