Html Css Color HEX #DDD17D Sandwisp

📋 copy color: '#DDD17D'

red 221 ◦ green 209 ◦ blue 125

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

Shades of Sandwisp #DDD17D

Tints of Sandwisp #DDD17D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.66%

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

R = 39.82%
G = 37.66%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DDD17D (or 0xDDD17D) is known color: Sandwisp. HEX triplet: DD, D1 and 7D. RGB value is (221,209,125). Sum of RGB (Red+Green+Blue) = 221+209+125=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 209 (82.03% from 255 or 37.66% from 555); Blue value is 125 (49.22% from 255 or 22.52% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD17D is #222E82. Grayscale: #CBCBCB. Windows color (decimal): -2240131 or 8245725. OLE color: 8245725.

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

Color convert

RGB 221 209 125 -
CMYK 0 0.05 0.43 0.13
HSL 52.5º 0.59% 0.68% -
HSV(B) 52.5º 0.43% 0.87% -
XYZ 56.32 62.45 28.49 -
YUV 203.01 83.98 140.83 -
System Red Green Blue C M Y K H S L
Decimal 221 209 125 0 0.05 0.43 0.13 52.5 0.59 0.68
Hex DD D1 7D 0 5 2B D 34 3B 44
Octal 335 321 175 0 5 53 15 64 73 104
Binary 11011101 11010001 1111101 0 101 101011 1101 110100 111011 1000100

Color Harmonies of #DDD17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD17D

Black with #DDD17D

Text Example


Text Example

White with #DDD17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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