Html Css Color HEX #DDB598 Pancho

📋 copy color: '#DDB598'

red 221 ◦ green 181 ◦ blue 152

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

Shades of Pancho #DDB598

Tints of Pancho #DDB598

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.67%

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

R = 39.89%
G = 32.67%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DDB598 (or 0xDDB598) is known color: Pancho. HEX triplet: DD, B5 and 98. RGB value is (221,181,152). Sum of RGB (Red+Green+Blue) = 221+181+152=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 181 (71.09% from 255 or 32.67% from 554); Blue value is 152 (59.77% from 255 or 27.44% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB598 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB598 is #224A67. Grayscale: #BDBDBD. Windows color (decimal): -2247272 or 10008029. OLE color: 10008029.

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

Color convert

RGB 221 181 152 -
CMYK 0 0.18 0.31 0.13
HSL 25.22º 0.5% 0.73% -
HSV(B) 25.22º 0.31% 0.87% -
XYZ 52.01 50.69 36.75 -
YUV 189.65 106.75 150.36 -
System Red Green Blue C M Y K H S L
Decimal 221 181 152 0 0.18 0.31 0.13 25.22 0.5 0.73
Hex DD B5 98 0 12 1F D 19 32 49
Octal 335 265 230 0 22 37 15 31 62 111
Binary 11011101 10110101 10011000 0 10010 11111 1101 11001 110010 1001001

Color Harmonies of #DDB598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB598

Black with #DDB598

Text Example


Text Example

White with #DDB598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB598; }

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

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

background-color css

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

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

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

border-color css

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

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

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