Html Css Color HEX #DDB094 Pancho

📋 copy color: '#DDB094'

red 221 ◦ green 176 ◦ blue 148

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

Shades of Pancho #DDB094

Tints of Pancho #DDB094

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.29%

 BLUE value IS 148 (58.2% from 255) = 27.16%

R = 40.55%
G = 32.29%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DDB094 (or 0xDDB094) is known color: Pancho. HEX triplet: DD, B0 and 94. RGB value is (221,176,148). Sum of RGB (Red+Green+Blue) = 221+176+148=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 176 (69.14% from 255 or 32.29% from 545); Blue value is 148 (58.20% from 255 or 27.16% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB094 is #224F6B. Grayscale: #BABABA. Windows color (decimal): -2248556 or 9744605. OLE color: 9744605.

HSL color Cylindrical-coordinate representation of color #DDB094: hue angle of 23.01º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDB094 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 176 148 -
CMYK 0 0.20 0.33 0.13
HSL 23.01º 0.52% 0.72% -
HSV(B) 23.01º 0.33% 0.87% -
XYZ 50.69 48.56 34.72 -
YUV 186.26 106.41 152.78 -
System Red Green Blue C M Y K H S L
Decimal 221 176 148 0 0.20 0.33 0.13 23.01 0.52 0.72
Hex DD B0 94 0 14 21 D 17 34 48
Octal 335 260 224 0 24 41 15 27 64 110
Binary 11011101 10110000 10010100 0 10100 100001 1101 10111 110100 1001000

Color Harmonies of #DDB094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB094

Black with #DDB094

Text Example


Text Example

White with #DDB094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB094; }

 p { color: rgb(221,176,148); }

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

background-color css

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

 a { background-color: rgb(221,176,148); }

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

border-color css

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

 span { border-color: rgb(221,176,148); }

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