Html Css Color HEX #DDC179 Chalky

📋 copy color: '#DDC179'

red 221 ◦ green 193 ◦ blue 121

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

Shades of Chalky #DDC179

Tints of Chalky #DDC179

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.07%

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

R = 41.31%
G = 36.07%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DDC179 (or 0xDDC179) is known color: Chalky. HEX triplet: DD, C1 and 79. RGB value is (221,193,121). Sum of RGB (Red+Green+Blue) = 221+193+121=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 193 (75.78% from 255 or 36.07% from 535); Blue value is 121 (47.66% from 255 or 22.62% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC179 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC179 is #223E86. Grayscale: #C1C1C1. Windows color (decimal): -2244231 or 7979485. OLE color: 7979485.

HSL color Cylindrical-coordinate representation of color #DDC179: hue angle of 43.2º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDC179 is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 193 121 -
CMYK 0 0.13 0.45 0.13
HSL 43.2º 0.6% 0.67% -
HSV(B) 43.2º 0.45% 0.87% -
XYZ 52.34 54.89 25.93 -
YUV 193.16 87.28 147.85 -
System Red Green Blue C M Y K H S L
Decimal 221 193 121 0 0.13 0.45 0.13 43.2 0.6 0.67
Hex DD C1 79 0 D 2D D 2B 3C 43
Octal 335 301 171 0 15 55 15 53 74 103
Binary 11011101 11000001 1111001 0 1101 101101 1101 101011 111100 1000011

Color Harmonies of #DDC179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC179

Black with #DDC179

Text Example


Text Example

White with #DDC179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC179; }

 p { color: rgb(221,193,121); }

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

background-color css

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

 a { background-color: rgb(221,193,121); }

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

border-color css

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

 span { border-color: rgb(221,193,121); }

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