Html Css Color HEX #DCC479 Chenin

📋 copy color: '#DCC479'

red 220 ◦ green 196 ◦ blue 121

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

Shades of Chenin #DCC479

Tints of Chenin #DCC479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 22.53%

R = 40.97%
G = 36.5%
B = 22.53%

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

#DCC479 (or 0xDCC479) is known color: Chenin. HEX triplet: DC, C4 and 79. RGB value is (220,196,121). Sum of RGB (Red+Green+Blue) = 220+196+121=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 196 (76.95% from 255 or 36.50% from 537); Blue value is 121 (47.66% from 255 or 22.53% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC479 is #233B86. Grayscale: #C2C2C2. Windows color (decimal): -2308999 or 7980252. OLE color: 7980252.

HSL color Cylindrical-coordinate representation of color #DCC479: hue angle of 45.45º 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 #DCC479 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 196 121 -
CMYK 0 0.11 0.45 0.14
HSL 45.45º 0.59% 0.67% -
HSV(B) 45.45º 0.45% 0.86% -
XYZ 52.71 56.08 26.13 -
YUV 194.63 86.45 146.1 -
System Red Green Blue C M Y K H S L
Decimal 220 196 121 0 0.11 0.45 0.14 45.45 0.59 0.67
Hex DC C4 79 0 B 2D E 2D 3B 43
Octal 334 304 171 0 13 55 16 55 73 103
Binary 11011100 11000100 1111001 0 1011 101101 1110 101101 111011 1000011

Color Harmonies of #DCC479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC479

Black with #DCC479

Text Example


Text Example

White with #DCC479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC479; }

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

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

background-color css

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

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

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

border-color css

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

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

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