Html Css Color HEX #DDC47B Chalky

📋 copy color: '#DDC47B'

red 221 ◦ green 196 ◦ blue 123

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

Shades of Chalky #DDC47B

Tints of Chalky #DDC47B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.3%

 BLUE value IS 123 (48.44% from 255) = 22.78%

R = 40.93%
G = 36.3%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DDC47B (or 0xDDC47B) is known color: Chalky. HEX triplet: DD, C4 and 7B. RGB value is (221,196,123). Sum of RGB (Red+Green+Blue) = 221+196+123=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 196 (76.95% from 255 or 36.30% from 540); Blue value is 123 (48.44% from 255 or 22.78% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC47B is #223B84. Grayscale: #C3C3C3. Windows color (decimal): -2243461 or 8111325. OLE color: 8111325.

HSL color Cylindrical-coordinate representation of color #DDC47B: hue angle of 44.69º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDC47B is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 196 123 -
CMYK 0 0.11 0.44 0.13
HSL 44.69º 0.59% 0.67% -
HSV(B) 44.69º 0.44% 0.87% -
XYZ 53.13 56.28 26.8 -
YUV 195.15 87.28 146.44 -
System Red Green Blue C M Y K H S L
Decimal 221 196 123 0 0.11 0.44 0.13 44.69 0.59 0.67
Hex DD C4 7B 0 B 2C D 2D 3B 43
Octal 335 304 173 0 13 54 15 55 73 103
Binary 11011101 11000100 1111011 0 1011 101100 1101 101101 111011 1000011

Color Harmonies of #DDC47B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC47B

Black with #DDC47B

Text Example


Text Example

White with #DDC47B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC47B; }

 p { color: rgb(221,196,123); }

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

background-color css

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

 a { background-color: rgb(221,196,123); }

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

border-color css

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

 span { border-color: rgb(221,196,123); }

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