Html Css Color HEX #DDB998 Pancho

📋 copy color: '#DDB998'

red 221 ◦ green 185 ◦ blue 152

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

Shades of Pancho #DDB998

Tints of Pancho #DDB998

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.15%

 BLUE value IS 152 (59.77% from 255) = 27.24%

R = 39.61%
G = 33.15%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DDB998 (or 0xDDB998) is known color: Pancho. HEX triplet: DD, B9 and 98. RGB value is (221,185,152). Sum of RGB (Red+Green+Blue) = 221+185+152=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 185 (72.66% from 255 or 33.15% from 558); Blue value is 152 (59.77% from 255 or 27.24% from 558); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB998 is #224667. Grayscale: #C0C0C0. Windows color (decimal): -2246248 or 10009053. OLE color: 10009053.

HSL color Cylindrical-coordinate representation of color #DDB998: hue angle of 28.7º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDB998 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 185 152 -
CMYK 0 0.16 0.31 0.13
HSL 28.7º 0.5% 0.73% -
HSV(B) 28.7º 0.31% 0.87% -
XYZ 52.84 52.34 37.02 -
YUV 192 105.43 148.68 -
System Red Green Blue C M Y K H S L
Decimal 221 185 152 0 0.16 0.31 0.13 28.7 0.5 0.73
Hex DD B9 98 0 10 1F D 1D 32 49
Octal 335 271 230 0 20 37 15 35 62 111
Binary 11011101 10111001 10011000 0 10000 11111 1101 11101 110010 1001001

Color Harmonies of #DDB998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB998

Black with #DDB998

Text Example


Text Example

White with #DDB998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB998; }

 p { color: rgb(221,185,152); }

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

background-color css

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

 a { background-color: rgb(221,185,152); }

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

border-color css

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

 span { border-color: rgb(221,185,152); }

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