Html Css Color HEX #DDC37D Chalky

📋 copy color: '#DDC37D'

red 221 ◦ green 195 ◦ blue 125

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

Shades of Chalky #DDC37D

Tints of Chalky #DDC37D

RGB

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

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

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

R = 40.85%
G = 36.04%
B = 23.11%

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

#DDC37D (or 0xDDC37D) is known color: Chalky. HEX triplet: DD, C3 and 7D. RGB value is (221,195,125). Sum of RGB (Red+Green+Blue) = 221+195+125=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 195 (76.56% from 255 or 36.04% from 541); Blue value is 125 (49.22% from 255 or 23.11% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC37D is #223C82. Grayscale: #C3C3C3. Windows color (decimal): -2243715 or 8242141. OLE color: 8242141.

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

Color convert

RGB 221 195 125 -
CMYK 0 0.12 0.43 0.13
HSL 43.75º 0.59% 0.68% -
HSV(B) 43.75º 0.43% 0.87% -
XYZ 53.04 55.88 27.39 -
YUV 194.79 88.61 146.69 -
System Red Green Blue C M Y K H S L
Decimal 221 195 125 0 0.12 0.43 0.13 43.75 0.59 0.68
Hex DD C3 7D 0 C 2B D 2C 3B 44
Octal 335 303 175 0 14 53 15 54 73 104
Binary 11011101 11000011 1111101 0 1100 101011 1101 101100 111011 1000100

Color Harmonies of #DDC37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC37D

Black with #DDC37D

Text Example


Text Example

White with #DDC37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC37D; }

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

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

background-color css

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

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

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

border-color css

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

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

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