Html Css Color HEX #DDB296 Pancho

📋 copy color: '#DDB296'

red 221 ◦ green 178 ◦ blue 150

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

Shades of Pancho #DDB296

Tints of Pancho #DDB296

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.42%

 BLUE value IS 150 (58.98% from 255) = 27.32%

R = 40.26%
G = 32.42%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DDB296 (or 0xDDB296) is known color: Pancho. HEX triplet: DD, B2 and 96. RGB value is (221,178,150). Sum of RGB (Red+Green+Blue) = 221+178+150=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 178 (69.92% from 255 or 32.42% from 549); Blue value is 150 (58.98% from 255 or 27.32% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB296 is #224D69. Grayscale: #BBBBBB. Windows color (decimal): -2248042 or 9876189. OLE color: 9876189.

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

Color convert

RGB 221 178 150 -
CMYK 0 0.19 0.32 0.13
HSL 23.66º 0.51% 0.73% -
HSV(B) 23.66º 0.32% 0.87% -
XYZ 51.24 49.41 35.69 -
YUV 187.67 106.75 151.78 -
System Red Green Blue C M Y K H S L
Decimal 221 178 150 0 0.19 0.32 0.13 23.66 0.51 0.73
Hex DD B2 96 0 13 20 D 18 33 49
Octal 335 262 226 0 23 40 15 30 63 111
Binary 11011101 10110010 10010110 0 10011 100000 1101 11000 110011 1001001

Color Harmonies of #DDB296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB296

Black with #DDB296

Text Example


Text Example

White with #DDB296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB296; }

 p { color: rgb(221,178,150); }

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

background-color css

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

 a { background-color: rgb(221,178,150); }

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

border-color css

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

 span { border-color: rgb(221,178,150); }

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