Html Css Color HEX #DDB794 Pancho

📋 copy color: '#DDB794'

red 221 ◦ green 183 ◦ blue 148

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

Shades of Pancho #DDB794

Tints of Pancho #DDB794

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.15%

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

R = 40.04%
G = 33.15%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DDB794 (or 0xDDB794) is known color: Pancho. HEX triplet: DD, B7 and 94. RGB value is (221,183,148). Sum of RGB (Red+Green+Blue) = 221+183+148=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 183 (71.88% from 255 or 33.15% from 552); Blue value is 148 (58.20% from 255 or 26.81% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB794 is #22486B. Grayscale: #BEBEBE. Windows color (decimal): -2246764 or 9746397. OLE color: 9746397.

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

Color convert

RGB 221 183 148 -
CMYK 0 0.17 0.33 0.13
HSL 28.77º 0.52% 0.72% -
HSV(B) 28.77º 0.33% 0.87% -
XYZ 52.1 51.38 35.19 -
YUV 190.37 104.09 149.85 -
System Red Green Blue C M Y K H S L
Decimal 221 183 148 0 0.17 0.33 0.13 28.77 0.52 0.72
Hex DD B7 94 0 11 21 D 1D 34 48
Octal 335 267 224 0 21 41 15 35 64 110
Binary 11011101 10110111 10010100 0 10001 100001 1101 11101 110100 1001000

Color Harmonies of #DDB794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB794

Black with #DDB794

Text Example


Text Example

White with #DDB794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB794; }

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

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

background-color css

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

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

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

border-color css

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

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

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