Html Css Color HEX #DDC17B Chalky

📋 copy color: '#DDC17B'

red 221 ◦ green 193 ◦ blue 123

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

Shades of Chalky #DDC17B

Tints of Chalky #DDC17B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.94%

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

R = 41.15%
G = 35.94%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DDC17B (or 0xDDC17B) is known color: Chalky. HEX triplet: DD, C1 and 7B. RGB value is (221,193,123). Sum of RGB (Red+Green+Blue) = 221+193+123=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 193 (75.78% from 255 or 35.94% from 537); Blue value is 123 (48.44% from 255 or 22.91% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC17B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC17B is #223E84. Grayscale: #C1C1C1. Windows color (decimal): -2244229 or 8110557. OLE color: 8110557.

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

Color convert

RGB 221 193 123 -
CMYK 0 0.13 0.44 0.13
HSL 42.86º 0.59% 0.67% -
HSV(B) 42.86º 0.44% 0.87% -
XYZ 52.46 54.94 26.58 -
YUV 193.39 88.28 147.69 -
System Red Green Blue C M Y K H S L
Decimal 221 193 123 0 0.13 0.44 0.13 42.86 0.59 0.67
Hex DD C1 7B 0 D 2C D 2B 3B 43
Octal 335 301 173 0 15 54 15 53 73 103
Binary 11011101 11000001 1111011 0 1101 101100 1101 101011 111011 1000011

Color Harmonies of #DDC17B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC17B

Black with #DDC17B

Text Example


Text Example

White with #DDC17B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC17B; }

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

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

background-color css

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

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

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

border-color css

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

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

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