Html Css Color HEX #DDC57D Chalky

📋 copy color: '#DDC57D'

red 221 ◦ green 197 ◦ blue 125

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

Shades of Chalky #DDC57D

Tints of Chalky #DDC57D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.28%

 BLUE value IS 125 (49.22% from 255) = 23.02%

R = 40.7%
G = 36.28%
B = 23.02%

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

#DDC57D (or 0xDDC57D) is known color: Chalky. HEX triplet: DD, C5 and 7D. RGB value is (221,197,125). Sum of RGB (Red+Green+Blue) = 221+197+125=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 197 (77.34% from 255 or 36.28% from 543); Blue value is 125 (49.22% from 255 or 23.02% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC57D is #223A82. Grayscale: #C4C4C4. Windows color (decimal): -2243203 or 8242653. OLE color: 8242653.

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

Color convert

RGB 221 197 125 -
CMYK 0 0.11 0.43 0.13
HSL 45º 0.59% 0.68% -
HSV(B) 45º 0.43% 0.87% -
XYZ 53.49 56.79 27.54 -
YUV 195.97 87.95 145.85 -
System Red Green Blue C M Y K H S L
Decimal 221 197 125 0 0.11 0.43 0.13 45 0.59 0.68
Hex DD C5 7D 0 B 2B D 2D 3B 44
Octal 335 305 175 0 13 53 15 55 73 104
Binary 11011101 11000101 1111101 0 1011 101011 1101 101101 111011 1000100

Color Harmonies of #DDC57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC57D

Black with #DDC57D

Text Example


Text Example

White with #DDC57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC57D; }

 p { color: rgb(221,197,125); }

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

background-color css

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

 a { background-color: rgb(221,197,125); }

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

border-color css

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

 span { border-color: rgb(221,197,125); }

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