Html Css Color HEX #DCC079 Chalky

📋 copy color: '#DCC079'

red 220 ◦ green 192 ◦ blue 121

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

Shades of Chalky #DCC079

Tints of Chalky #DCC079

RGB

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

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

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

R = 41.28%
G = 36.02%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DCC079 (or 0xDCC079) is known color: Chalky. HEX triplet: DC, C0 and 79. RGB value is (220,192,121). Sum of RGB (Red+Green+Blue) = 220+192+121=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 121 (47.66% from 255 or 22.70% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC079 is #233F86. Grayscale: #C0C0C0. Windows color (decimal): -2310023 or 7979228. OLE color: 7979228.

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

Color convert

RGB 220 192 121 -
CMYK 0 0.13 0.45 0.14
HSL 43.03º 0.59% 0.67% -
HSV(B) 43.03º 0.45% 0.86% -
XYZ 51.82 54.3 25.84 -
YUV 192.28 87.78 147.77 -
System Red Green Blue C M Y K H S L
Decimal 220 192 121 0 0.13 0.45 0.14 43.03 0.59 0.67
Hex DC C0 79 0 D 2D E 2B 3B 43
Octal 334 300 171 0 15 55 16 53 73 103
Binary 11011100 11000000 1111001 0 1101 101101 1110 101011 111011 1000011

Color Harmonies of #DCC079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC079

Black with #DCC079

Text Example


Text Example

White with #DCC079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC079; }

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

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

background-color css

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

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

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

border-color css

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

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

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