Html Css Color HEX #DDC87C Sandwisp

📋 copy color: '#DDC87C'

red 221 ◦ green 200 ◦ blue 124

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

Shades of Sandwisp #DDC87C

Tints of Sandwisp #DDC87C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.7%

 BLUE value IS 124 (48.83% from 255) = 22.75%

R = 40.55%
G = 36.7%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DDC87C (or 0xDDC87C) is known color: Sandwisp. HEX triplet: DD, C8 and 7C. RGB value is (221,200,124). Sum of RGB (Red+Green+Blue) = 221+200+124=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 200 (78.52% from 255 or 36.70% from 545); Blue value is 124 (48.83% from 255 or 22.75% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC87C is #223783. Grayscale: #C5C5C5. Windows color (decimal): -2242436 or 8177885. OLE color: 8177885.

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

Color convert

RGB 221 200 124 -
CMYK 0 0.10 0.44 0.13
HSL 47.01º 0.59% 0.68% -
HSV(B) 47.01º 0.44% 0.87% -
XYZ 54.11 58.14 27.44 -
YUV 197.62 86.46 144.68 -
System Red Green Blue C M Y K H S L
Decimal 221 200 124 0 0.10 0.44 0.13 47.01 0.59 0.68
Hex DD C8 7C 0 A 2C D 2F 3B 44
Octal 335 310 174 0 12 54 15 57 73 104
Binary 11011101 11001000 1111100 0 1010 101100 1101 101111 111011 1000100

Color Harmonies of #DDC87C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC87C

Black with #DDC87C

Text Example


Text Example

White with #DDC87C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC87C; }

 p { color: rgb(221,200,124); }

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

background-color css

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

 a { background-color: rgb(221,200,124); }

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

border-color css

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

 span { border-color: rgb(221,200,124); }

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