Html Css Color HEX #DDCB79 Sandwisp

📋 copy color: '#DDCB79'

red 221 ◦ green 203 ◦ blue 121

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

Shades of Sandwisp #DDCB79

Tints of Sandwisp #DDCB79

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.25%

 BLUE value IS 121 (47.66% from 255) = 22.2%

R = 40.55%
G = 37.25%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DDCB79 (or 0xDDCB79) is known color: Sandwisp. HEX triplet: DD, CB and 79. RGB value is (221,203,121). Sum of RGB (Red+Green+Blue) = 221+203+121=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 203 (79.69% from 255 or 37.25% from 545); Blue value is 121 (47.66% from 255 or 22.20% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCB79 is #223486. Grayscale: #C7C7C7. Windows color (decimal): -2241671 or 7982045. OLE color: 7982045.

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

Color convert

RGB 221 203 121 -
CMYK 0 0.08 0.45 0.13
HSL 49.2º 0.6% 0.67% -
HSV(B) 49.2º 0.45% 0.87% -
XYZ 54.63 59.46 26.69 -
YUV 199.03 83.96 143.67 -
System Red Green Blue C M Y K H S L
Decimal 221 203 121 0 0.08 0.45 0.13 49.2 0.6 0.67
Hex DD CB 79 0 8 2D D 31 3C 43
Octal 335 313 171 0 10 55 15 61 74 103
Binary 11011101 11001011 1111001 0 1000 101101 1101 110001 111100 1000011

Color Harmonies of #DDCB79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCB79

Black with #DDCB79

Text Example


Text Example

White with #DDCB79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCB79; }

 p { color: rgb(221,203,121); }

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

background-color css

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

 a { background-color: rgb(221,203,121); }

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

border-color css

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

 span { border-color: rgb(221,203,121); }

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