Html Css Color HEX #DDC47C Chalky

📋 copy color: '#DDC47C'

red 221 ◦ green 196 ◦ blue 124

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

Shades of Chalky #DDC47C

Tints of Chalky #DDC47C

RGB

 RED value IS 221 (86.72% from 255) = 40.85%

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

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

R = 40.85%
G = 36.23%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DDC47C (or 0xDDC47C) is known color: Chalky. HEX triplet: DD, C4 and 7C. RGB value is (221,196,124). Sum of RGB (Red+Green+Blue) = 221+196+124=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 196 (76.95% from 255 or 36.23% from 541); Blue value is 124 (48.83% from 255 or 22.92% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC47C is #223B83. Grayscale: #C3C3C3. Windows color (decimal): -2243460 or 8176861. OLE color: 8176861.

HSL color Cylindrical-coordinate representation of color #DDC47C: hue angle of 44.54º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDC47C is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 196 124 -
CMYK 0 0.11 0.44 0.13
HSL 44.54º 0.59% 0.68% -
HSV(B) 44.54º 0.44% 0.87% -
XYZ 53.2 56.31 27.13 -
YUV 195.27 87.78 146.35 -
System Red Green Blue C M Y K H S L
Decimal 221 196 124 0 0.11 0.44 0.13 44.54 0.59 0.68
Hex DD C4 7C 0 B 2C D 2D 3B 44
Octal 335 304 174 0 13 54 15 55 73 104
Binary 11011101 11000100 1111100 0 1011 101100 1101 101101 111011 1000100

Color Harmonies of #DDC47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC47C

Black with #DDC47C

Text Example


Text Example

White with #DDC47C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC47C; }

 p { color: rgb(221,196,124); }

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

background-color css

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

 a { background-color: rgb(221,196,124); }

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

border-color css

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

 span { border-color: rgb(221,196,124); }

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