Html Css Color HEX #DDCC7D Sandwisp

📋 copy color: '#DDCC7D'

red 221 ◦ green 204 ◦ blue 125

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

Shades of Sandwisp #DDCC7D

Tints of Sandwisp #DDCC7D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.09%

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

R = 40.18%
G = 37.09%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DDCC7D (or 0xDDCC7D) is known color: Sandwisp. HEX triplet: DD, CC and 7D. RGB value is (221,204,125). Sum of RGB (Red+Green+Blue) = 221+204+125=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 125 (49.22% from 255 or 22.73% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCC7D is #223382. Grayscale: #C8C8C8. Windows color (decimal): -2241411 or 8244445. OLE color: 8244445.

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

Color convert

RGB 221 204 125 -
CMYK 0 0.08 0.43 0.13
HSL 49.38º 0.59% 0.68% -
HSV(B) 49.38º 0.43% 0.87% -
XYZ 55.11 60.04 28.09 -
YUV 200.08 85.63 142.92 -
System Red Green Blue C M Y K H S L
Decimal 221 204 125 0 0.08 0.43 0.13 49.38 0.59 0.68
Hex DD CC 7D 0 8 2B D 31 3B 44
Octal 335 314 175 0 10 53 15 61 73 104
Binary 11011101 11001100 1111101 0 1000 101011 1101 110001 111011 1000100

Color Harmonies of #DDCC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC7D

Black with #DDCC7D

Text Example


Text Example

White with #DDCC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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