Html Css Color HEX #DDC079 Chalky

📋 copy color: '#DDC079'

red 221 ◦ green 192 ◦ blue 121

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

Shades of Chalky #DDC079

Tints of Chalky #DDC079

RGB

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

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

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

R = 41.39%
G = 35.96%
B = 22.66%

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

#DDC079 (or 0xDDC079) is known color: Chalky. HEX triplet: DD, C0 and 79. RGB value is (221,192,121). Sum of RGB (Red+Green+Blue) = 221+192+121=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 192 (75.39% from 255 or 35.96% from 534); Blue value is 121 (47.66% from 255 or 22.66% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC079 is #223F86. Grayscale: #C0C0C0. Windows color (decimal): -2244487 or 7979229. OLE color: 7979229.

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

Color convert

RGB 221 192 121 -
CMYK 0 0.13 0.45 0.13
HSL 42.6º 0.6% 0.67% -
HSV(B) 42.6º 0.45% 0.87% -
XYZ 52.12 54.45 25.85 -
YUV 192.58 87.61 148.27 -
System Red Green Blue C M Y K H S L
Decimal 221 192 121 0 0.13 0.45 0.13 42.6 0.6 0.67
Hex DD C0 79 0 D 2D D 2B 3C 43
Octal 335 300 171 0 15 55 15 53 74 103
Binary 11011101 11000000 1111001 0 1101 101101 1101 101011 111100 1000011

Color Harmonies of #DDC079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC079

Black with #DDC079

Text Example


Text Example

White with #DDC079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC079; }

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

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

background-color css

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

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

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

border-color css

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

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

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