Html Css Color HEX #DDC97C Sandwisp

📋 copy color: '#DDC97C'

red 221 ◦ green 201 ◦ blue 124

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

Shades of Sandwisp #DDC97C

Tints of Sandwisp #DDC97C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.81%

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

R = 40.48%
G = 36.81%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DDC97C (or 0xDDC97C) is known color: Sandwisp. HEX triplet: DD, C9 and 7C. RGB value is (221,201,124). Sum of RGB (Red+Green+Blue) = 221+201+124=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 124 (48.83% from 255 or 22.71% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC97C is #223683. Grayscale: #C6C6C6. Windows color (decimal): -2242180 or 8178141. OLE color: 8178141.

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

Color convert

RGB 221 201 124 -
CMYK 0 0.09 0.44 0.13
HSL 47.63º 0.59% 0.68% -
HSV(B) 47.63º 0.44% 0.87% -
XYZ 54.34 58.6 27.52 -
YUV 198.2 86.13 144.26 -
System Red Green Blue C M Y K H S L
Decimal 221 201 124 0 0.09 0.44 0.13 47.63 0.59 0.68
Hex DD C9 7C 0 9 2C D 30 3B 44
Octal 335 311 174 0 11 54 15 60 73 104
Binary 11011101 11001001 1111100 0 1001 101100 1101 110000 111011 1000100

Color Harmonies of #DDC97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC97C

Black with #DDC97C

Text Example


Text Example

White with #DDC97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC97C; }

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

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

background-color css

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

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

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

border-color css

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

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

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