Html Css Color HEX #DDC07D Chalky

📋 copy color: '#DDC07D'

red 221 ◦ green 192 ◦ blue 125

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

Shades of Chalky #DDC07D

Tints of Chalky #DDC07D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.69%

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

R = 41.08%
G = 35.69%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DDC07D (or 0xDDC07D) is known color: Chalky. HEX triplet: DD, C0 and 7D. RGB value is (221,192,125). Sum of RGB (Red+Green+Blue) = 221+192+125=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 125 (49.22% from 255 or 23.23% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC07D is #223F82. Grayscale: #C1C1C1. Windows color (decimal): -2244483 or 8241373. OLE color: 8241373.

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

Color convert

RGB 221 192 125 -
CMYK 0 0.13 0.43 0.13
HSL 41.88º 0.59% 0.68% -
HSV(B) 41.88º 0.43% 0.87% -
XYZ 52.37 54.55 27.17 -
YUV 193.03 89.61 147.95 -
System Red Green Blue C M Y K H S L
Decimal 221 192 125 0 0.13 0.43 0.13 41.88 0.59 0.68
Hex DD C0 7D 0 D 2B D 2A 3B 44
Octal 335 300 175 0 15 53 15 52 73 104
Binary 11011101 11000000 1111101 0 1101 101011 1101 101010 111011 1000100

Color Harmonies of #DDC07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC07D

Black with #DDC07D

Text Example


Text Example

White with #DDC07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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