Html Css Color HEX #DDC37F Chalky

📋 copy color: '#DDC37F'

red 221 ◦ green 195 ◦ blue 127

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

Shades of Chalky #DDC37F

Tints of Chalky #DDC37F

RGB

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

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

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

R = 40.7%
G = 35.91%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DDC37F (or 0xDDC37F) is known color: Chalky. HEX triplet: DD, C3 and 7F. RGB value is (221,195,127). Sum of RGB (Red+Green+Blue) = 221+195+127=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 195 (76.56% from 255 or 35.91% from 543); Blue value is 127 (50% from 255 or 23.39% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC37F is #223C80. Grayscale: #C3C3C3. Windows color (decimal): -2243713 or 8373213. OLE color: 8373213.

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

Color convert

RGB 221 195 127 -
CMYK 0 0.12 0.43 0.13
HSL 43.4º 0.58% 0.68% -
HSV(B) 43.4º 0.43% 0.87% -
XYZ 53.16 55.93 28.07 -
YUV 195.02 89.61 146.53 -
System Red Green Blue C M Y K H S L
Decimal 221 195 127 0 0.12 0.43 0.13 43.4 0.58 0.68
Hex DD C3 7F 0 C 2B D 2B 3A 44
Octal 335 303 177 0 14 53 15 53 72 104
Binary 11011101 11000011 1111111 0 1100 101011 1101 101011 111010 1000100

Color Harmonies of #DDC37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC37F

Black with #DDC37F

Text Example


Text Example

White with #DDC37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC37F; }

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

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

background-color css

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

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

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

border-color css

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

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

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