Html Css Color HEX #DDCC78 Sandwisp

📋 copy color: '#DDCC78'

red 221 ◦ green 204 ◦ blue 120

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

Shades of Sandwisp #DDCC78

Tints of Sandwisp #DDCC78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.02%

R = 40.55%
G = 37.43%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DDCC78 (or 0xDDCC78) is known color: Sandwisp. HEX triplet: DD, CC and 78. RGB value is (221,204,120). Sum of RGB (Red+Green+Blue) = 221+204+120=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 120 (47.27% from 255 or 22.02% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCC78 is #223387. Grayscale: #C7C7C7. Windows color (decimal): -2241416 or 7916765. OLE color: 7916765.

HSL color Cylindrical-coordinate representation of color #DDCC78: hue angle of 49.9º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDCC78 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 204 120 -
CMYK 0 0.08 0.46 0.13
HSL 49.9º 0.6% 0.67% -
HSV(B) 49.9º 0.46% 0.87% -
XYZ 54.8 59.91 26.45 -
YUV 199.51 83.13 143.33 -
System Red Green Blue C M Y K H S L
Decimal 221 204 120 0 0.08 0.46 0.13 49.9 0.6 0.67
Hex DD CC 78 0 8 2E D 32 3C 43
Octal 335 314 170 0 10 56 15 62 74 103
Binary 11011101 11001100 1111000 0 1000 101110 1101 110010 111100 1000011

Color Harmonies of #DDCC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC78

Black with #DDCC78

Text Example


Text Example

White with #DDCC78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC78; }

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

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

background-color css

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

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

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

border-color css

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

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

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