Html Css Color HEX #DDC380 Chalky

📋 copy color: '#DDC380'

red 221 ◦ green 195 ◦ blue 128

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

Shades of Chalky #DDC380

Tints of Chalky #DDC380

RGB

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

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

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

R = 40.63%
G = 35.85%
B = 23.53%

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

#DDC380 (or 0xDDC380) is known color: Chalky. HEX triplet: DD, C3 and 80. RGB value is (221,195,128). Sum of RGB (Red+Green+Blue) = 221+195+128=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 195 (76.56% from 255 or 35.85% from 544); Blue value is 128 (50.39% from 255 or 23.53% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC380 is #223C7F. Grayscale: #C3C3C3. Windows color (decimal): -2243712 or 8438749. OLE color: 8438749.

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

Color convert

RGB 221 195 128 -
CMYK 0 0.12 0.42 0.13
HSL 43.23º 0.58% 0.68% -
HSV(B) 43.23º 0.42% 0.87% -
XYZ 53.23 55.96 28.42 -
YUV 195.14 90.11 146.45 -
System Red Green Blue C M Y K H S L
Decimal 221 195 128 0 0.12 0.42 0.13 43.23 0.58 0.68
Hex DD C3 80 0 C 2A D 2B 3A 44
Octal 335 303 200 0 14 52 15 53 72 104
Binary 11011101 11000011 10000000 0 1100 101010 1101 101011 111010 1000100

Color Harmonies of #DDC380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC380

Black with #DDC380

Text Example


Text Example

White with #DDC380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC380; }

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

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

background-color css

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

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

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

border-color css

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

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

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