Html Css Color HEX #DDC37C Chalky

📋 copy color: '#DDC37C'

red 221 ◦ green 195 ◦ blue 124

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

Shades of Chalky #DDC37C

Tints of Chalky #DDC37C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 22.96%

R = 40.93%
G = 36.11%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DDC37C (or 0xDDC37C) is known color: Chalky. HEX triplet: DD, C3 and 7C. RGB value is (221,195,124). Sum of RGB (Red+Green+Blue) = 221+195+124=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 195 (76.56% from 255 or 36.11% from 540); Blue value is 124 (48.83% from 255 or 22.96% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC37C is #223C83. Grayscale: #C2C2C2. Windows color (decimal): -2243716 or 8176605. OLE color: 8176605.

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

Color convert

RGB 221 195 124 -
CMYK 0 0.12 0.44 0.13
HSL 43.92º 0.59% 0.68% -
HSV(B) 43.92º 0.44% 0.87% -
XYZ 52.97 55.86 27.06 -
YUV 194.68 88.11 146.77 -
System Red Green Blue C M Y K H S L
Decimal 221 195 124 0 0.12 0.44 0.13 43.92 0.59 0.68
Hex DD C3 7C 0 C 2C D 2C 3B 44
Octal 335 303 174 0 14 54 15 54 73 104
Binary 11011101 11000011 1111100 0 1100 101100 1101 101100 111011 1000100

Color Harmonies of #DDC37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC37C

Black with #DDC37C

Text Example


Text Example

White with #DDC37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC37C; }

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

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

background-color css

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

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

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

border-color css

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

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

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