Html Css Color HEX #DDC37A Chalky

📋 copy color: '#DDC37A'

red 221 ◦ green 195 ◦ blue 122

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

Shades of Chalky #DDC37A

Tints of Chalky #DDC37A

RGB

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

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

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

R = 41.08%
G = 36.25%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DDC37A (or 0xDDC37A) is known color: Chalky. HEX triplet: DD, C3 and 7A. RGB value is (221,195,122). Sum of RGB (Red+Green+Blue) = 221+195+122=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 195 (76.56% from 255 or 36.25% from 538); Blue value is 122 (48.05% from 255 or 22.68% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC37A is #223C85. Grayscale: #C2C2C2. Windows color (decimal): -2243718 or 8045533. OLE color: 8045533.

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

Color convert

RGB 221 195 122 -
CMYK 0 0.12 0.45 0.13
HSL 44.24º 0.59% 0.67% -
HSV(B) 44.24º 0.45% 0.87% -
XYZ 52.85 55.81 26.4 -
YUV 194.45 87.11 146.94 -
System Red Green Blue C M Y K H S L
Decimal 221 195 122 0 0.12 0.45 0.13 44.24 0.59 0.67
Hex DD C3 7A 0 C 2D D 2C 3B 43
Octal 335 303 172 0 14 55 15 54 73 103
Binary 11011101 11000011 1111010 0 1100 101101 1101 101100 111011 1000011

Color Harmonies of #DDC37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC37A

Black with #DDC37A

Text Example


Text Example

White with #DDC37A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC37A; }

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

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

background-color css

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

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

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

border-color css

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

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

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