Html Css Color HEX #DDCA77 Sandwisp

📋 copy color: '#DDCA77'

red 221 ◦ green 202 ◦ blue 119

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

Shades of Sandwisp #DDCA77

Tints of Sandwisp #DDCA77

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.27%

 BLUE value IS 119 (46.88% from 255) = 21.96%

R = 40.77%
G = 37.27%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DDCA77 (or 0xDDCA77) is known color: Sandwisp. HEX triplet: DD, CA and 77. RGB value is (221,202,119). Sum of RGB (Red+Green+Blue) = 221+202+119=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 202 (79.30% from 255 or 37.27% from 542); Blue value is 119 (46.88% from 255 or 21.96% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCA77 is #223588. Grayscale: #C6C6C6. Windows color (decimal): -2241929 or 7850717. OLE color: 7850717.

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

Color convert

RGB 221 202 119 -
CMYK 0 0.09 0.46 0.13
HSL 48.82º 0.6% 0.67% -
HSV(B) 48.82º 0.46% 0.87% -
XYZ 54.27 58.95 25.97 -
YUV 198.22 83.29 144.25 -
System Red Green Blue C M Y K H S L
Decimal 221 202 119 0 0.09 0.46 0.13 48.82 0.6 0.67
Hex DD CA 77 0 9 2E D 31 3C 43
Octal 335 312 167 0 11 56 15 61 74 103
Binary 11011101 11001010 1110111 0 1001 101110 1101 110001 111100 1000011

Color Harmonies of #DDCA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCA77

Black with #DDCA77

Text Example


Text Example

White with #DDCA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCA77; }

 p { color: rgb(221,202,119); }

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

background-color css

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

 a { background-color: rgb(221,202,119); }

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

border-color css

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

 span { border-color: rgb(221,202,119); }

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