Html Css Color HEX #DDC07A Chalky

📋 copy color: '#DDC07A'

red 221 ◦ green 192 ◦ blue 122

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

Shades of Chalky #DDC07A

Tints of Chalky #DDC07A

RGB

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

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

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

R = 41.31%
G = 35.89%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DDC07A (or 0xDDC07A) is known color: Chalky. HEX triplet: DD, C0 and 7A. RGB value is (221,192,122). Sum of RGB (Red+Green+Blue) = 221+192+122=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 122 (48.05% from 255 or 22.80% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC07A is #223F85. Grayscale: #C0C0C0. Windows color (decimal): -2244486 or 8044765. OLE color: 8044765.

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

Color convert

RGB 221 192 122 -
CMYK 0 0.13 0.45 0.13
HSL 42.42º 0.59% 0.67% -
HSV(B) 42.42º 0.45% 0.87% -
XYZ 52.18 54.48 26.18 -
YUV 192.69 88.11 148.19 -
System Red Green Blue C M Y K H S L
Decimal 221 192 122 0 0.13 0.45 0.13 42.42 0.59 0.67
Hex DD C0 7A 0 D 2D D 2A 3B 43
Octal 335 300 172 0 15 55 15 52 73 103
Binary 11011101 11000000 1111010 0 1101 101101 1101 101010 111011 1000011

Color Harmonies of #DDC07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC07A

Black with #DDC07A

Text Example


Text Example

White with #DDC07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC07A; }

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

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

background-color css

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

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

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

border-color css

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

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

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