Html Css Color HEX #DDC47A Chalky

📋 copy color: '#DDC47A'

red 221 ◦ green 196 ◦ blue 122

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

Shades of Chalky #DDC47A

Tints of Chalky #DDC47A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 22.63%

R = 41%
G = 36.36%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DDC47A (or 0xDDC47A) is known color: Chalky. HEX triplet: DD, C4 and 7A. RGB value is (221,196,122). Sum of RGB (Red+Green+Blue) = 221+196+122=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 196 (76.95% from 255 or 36.36% from 539); Blue value is 122 (48.05% from 255 or 22.63% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC47A is #223B85. Grayscale: #C3C3C3. Windows color (decimal): -2243462 or 8045789. OLE color: 8045789.

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

Color convert

RGB 221 196 122 -
CMYK 0 0.11 0.45 0.13
HSL 44.85º 0.59% 0.67% -
HSV(B) 44.85º 0.45% 0.87% -
XYZ 53.07 56.26 26.47 -
YUV 195.04 86.78 146.52 -
System Red Green Blue C M Y K H S L
Decimal 221 196 122 0 0.11 0.45 0.13 44.85 0.59 0.67
Hex DD C4 7A 0 B 2D D 2D 3B 43
Octal 335 304 172 0 13 55 15 55 73 103
Binary 11011101 11000100 1111010 0 1011 101101 1101 101101 111011 1000011

Color Harmonies of #DDC47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC47A

Black with #DDC47A

Text Example


Text Example

White with #DDC47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC47A; }

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

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

background-color css

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

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

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

border-color css

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

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

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