Html Css Color HEX #DDC47F Chalky

📋 copy color: '#DDC47F'

red 221 ◦ green 196 ◦ blue 127

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

Shades of Chalky #DDC47F

Tints of Chalky #DDC47F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 23.35%

R = 40.63%
G = 36.03%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DDC47F (or 0xDDC47F) is known color: Chalky. HEX triplet: DD, C4 and 7F. RGB value is (221,196,127). Sum of RGB (Red+Green+Blue) = 221+196+127=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 196 (76.95% from 255 or 36.03% from 544); Blue value is 127 (50% from 255 or 23.35% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC47F is #223B80. Grayscale: #C3C3C3. Windows color (decimal): -2243457 or 8373469. OLE color: 8373469.

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

Color convert

RGB 221 196 127 -
CMYK 0 0.11 0.43 0.13
HSL 44.04º 0.58% 0.68% -
HSV(B) 44.04º 0.43% 0.87% -
XYZ 53.39 56.38 28.15 -
YUV 195.61 89.28 146.11 -
System Red Green Blue C M Y K H S L
Decimal 221 196 127 0 0.11 0.43 0.13 44.04 0.58 0.68
Hex DD C4 7F 0 B 2B D 2C 3A 44
Octal 335 304 177 0 13 53 15 54 72 104
Binary 11011101 11000100 1111111 0 1011 101011 1101 101100 111010 1000100

Color Harmonies of #DDC47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC47F

Black with #DDC47F

Text Example


Text Example

White with #DDC47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC47F; }

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

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

background-color css

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

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

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

border-color css

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

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

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