Html Css Color HEX #DDC280 Chalky

📋 copy color: '#DDC280'

red 221 ◦ green 194 ◦ blue 128

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

Shades of Chalky #DDC280

Tints of Chalky #DDC280

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.73%

 BLUE value IS 128 (50.39% from 255) = 23.57%

R = 40.7%
G = 35.73%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DDC280 (or 0xDDC280) is known color: Chalky. HEX triplet: DD, C2 and 80. RGB value is (221,194,128). Sum of RGB (Red+Green+Blue) = 221+194+128=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 194 (76.17% from 255 or 35.73% from 543); Blue value is 128 (50.39% from 255 or 23.57% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC280 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC280 is #223D7F. Grayscale: #C2C2C2. Windows color (decimal): -2243968 or 8438493. OLE color: 8438493.

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

Color convert

RGB 221 194 128 -
CMYK 0 0.12 0.42 0.13
HSL 42.58º 0.58% 0.68% -
HSV(B) 42.58º 0.42% 0.87% -
XYZ 53.01 55.51 28.34 -
YUV 194.55 90.45 146.87 -
System Red Green Blue C M Y K H S L
Decimal 221 194 128 0 0.12 0.42 0.13 42.58 0.58 0.68
Hex DD C2 80 0 C 2A D 2B 3A 44
Octal 335 302 200 0 14 52 15 53 72 104
Binary 11011101 11000010 10000000 0 1100 101010 1101 101011 111010 1000100

Color Harmonies of #DDC280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC280

Black with #DDC280

Text Example


Text Example

White with #DDC280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC280; }

 p { color: rgb(221,194,128); }

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

background-color css

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

 a { background-color: rgb(221,194,128); }

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

border-color css

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

 span { border-color: rgb(221,194,128); }

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