Html Css Color HEX #DDC87E Sandwisp

📋 copy color: '#DDC87E'

red 221 ◦ green 200 ◦ blue 126

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

Shades of Sandwisp #DDC87E

Tints of Sandwisp #DDC87E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 23.03%

R = 40.4%
G = 36.56%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DDC87E (or 0xDDC87E) is known color: Sandwisp. HEX triplet: DD, C8 and 7E. RGB value is (221,200,126). Sum of RGB (Red+Green+Blue) = 221+200+126=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 200 (78.52% from 255 or 36.56% from 547); Blue value is 126 (49.61% from 255 or 23.03% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC87E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC87E is #223781. Grayscale: #C6C6C6. Windows color (decimal): -2242434 or 8308957. OLE color: 8308957.

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

Color convert

RGB 221 200 126 -
CMYK 0 0.10 0.43 0.13
HSL 46.74º 0.58% 0.68% -
HSV(B) 46.74º 0.43% 0.87% -
XYZ 54.24 58.19 28.11 -
YUV 197.84 87.46 144.52 -
System Red Green Blue C M Y K H S L
Decimal 221 200 126 0 0.10 0.43 0.13 46.74 0.58 0.68
Hex DD C8 7E 0 A 2B D 2F 3A 44
Octal 335 310 176 0 12 53 15 57 72 104
Binary 11011101 11001000 1111110 0 1010 101011 1101 101111 111010 1000100

Color Harmonies of #DDC87E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC87E

Black with #DDC87E

Text Example


Text Example

White with #DDC87E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC87E; }

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

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

background-color css

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

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

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

border-color css

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

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

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