Html Css Color HEX #DCC478 Chenin

📋 copy color: '#DCC478'

red 220 ◦ green 196 ◦ blue 120

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

Shades of Chenin #DCC478

Tints of Chenin #DCC478

RGB

 RED value IS 220 (86.33% from 255) = 41.04%

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

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

R = 41.04%
G = 36.57%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DCC478 (or 0xDCC478) is known color: Chenin. HEX triplet: DC, C4 and 78. RGB value is (220,196,120). Sum of RGB (Red+Green+Blue) = 220+196+120=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 196 (76.95% from 255 or 36.57% from 536); Blue value is 120 (47.27% from 255 or 22.39% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC478 is #233B87. Grayscale: #C2C2C2. Windows color (decimal): -2309000 or 7914716. OLE color: 7914716.

HSL color Cylindrical-coordinate representation of color #DCC478: hue angle of 45.6º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCC478 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 196 120 -
CMYK 0 0.11 0.45 0.14
HSL 45.6º 0.59% 0.67% -
HSV(B) 45.6º 0.45% 0.86% -
XYZ 52.65 56.05 25.81 -
YUV 194.51 85.95 146.18 -
System Red Green Blue C M Y K H S L
Decimal 220 196 120 0 0.11 0.45 0.14 45.6 0.59 0.67
Hex DC C4 78 0 B 2D E 2E 3B 43
Octal 334 304 170 0 13 55 16 56 73 103
Binary 11011100 11000100 1111000 0 1011 101101 1110 101110 111011 1000011

Color Harmonies of #DCC478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC478

Black with #DCC478

Text Example


Text Example

White with #DCC478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC478; }

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

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

background-color css

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

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

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

border-color css

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

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

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