Html Css Color HEX #DDC97D Sandwisp

📋 copy color: '#DDC97D'

red 221 ◦ green 201 ◦ blue 125

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

Shades of Sandwisp #DDC97D

Tints of Sandwisp #DDC97D

RGB

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

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

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

R = 40.4%
G = 36.75%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DDC97D (or 0xDDC97D) is known color: Sandwisp. HEX triplet: DD, C9 and 7D. RGB value is (221,201,125). Sum of RGB (Red+Green+Blue) = 221+201+125=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 201 (78.91% from 255 or 36.75% from 547); Blue value is 125 (49.22% from 255 or 22.85% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC97D is #223682. Grayscale: #C6C6C6. Windows color (decimal): -2242179 or 8243677. OLE color: 8243677.

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

Color convert

RGB 221 201 125 -
CMYK 0 0.09 0.43 0.13
HSL 47.5º 0.59% 0.68% -
HSV(B) 47.5º 0.43% 0.87% -
XYZ 54.41 58.63 27.85 -
YUV 198.32 86.63 144.18 -
System Red Green Blue C M Y K H S L
Decimal 221 201 125 0 0.09 0.43 0.13 47.5 0.59 0.68
Hex DD C9 7D 0 9 2B D 30 3B 44
Octal 335 311 175 0 11 53 15 60 73 104
Binary 11011101 11001001 1111101 0 1001 101011 1101 110000 111011 1000100

Color Harmonies of #DDC97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC97D

Black with #DDC97D

Text Example


Text Example

White with #DDC97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC97D; }

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

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

background-color css

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

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

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

border-color css

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

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

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