Html Css Color HEX #DCC37C Chalky

📋 copy color: '#DCC37C'

red 220 ◦ green 195 ◦ blue 124

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

Shades of Chalky #DCC37C

Tints of Chalky #DCC37C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.01%

R = 40.82%
G = 36.18%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DCC37C (or 0xDCC37C) is known color: Chalky. HEX triplet: DC, C3 and 7C. RGB value is (220,195,124). Sum of RGB (Red+Green+Blue) = 220+195+124=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 195 (76.56% from 255 or 36.18% from 539); Blue value is 124 (48.83% from 255 or 23.01% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC37C is #233C83. Grayscale: #C2C2C2. Windows color (decimal): -2309252 or 8176604. OLE color: 8176604.

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

Color convert

RGB 220 195 124 -
CMYK 0 0.11 0.44 0.14
HSL 44.38º 0.58% 0.67% -
HSV(B) 44.38º 0.44% 0.86% -
XYZ 52.67 55.7 27.04 -
YUV 194.38 88.28 146.27 -
System Red Green Blue C M Y K H S L
Decimal 220 195 124 0 0.11 0.44 0.14 44.38 0.58 0.67
Hex DC C3 7C 0 B 2C E 2C 3A 43
Octal 334 303 174 0 13 54 16 54 72 103
Binary 11011100 11000011 1111100 0 1011 101100 1110 101100 111010 1000011

Color Harmonies of #DCC37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC37C

Black with #DCC37C

Text Example


Text Example

White with #DCC37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC37C; }

 p { color: rgb(220,195,124); }

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

background-color css

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

 a { background-color: rgb(220,195,124); }

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

border-color css

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

 span { border-color: rgb(220,195,124); }

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