Html Css Color HEX #DDB499 Pancho

📋 copy color: '#DDB499'

red 221 ◦ green 180 ◦ blue 153

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

Shades of Pancho #DDB499

Tints of Pancho #DDB499

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.49%

 BLUE value IS 153 (60.16% from 255) = 27.62%

R = 39.89%
G = 32.49%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DDB499 (or 0xDDB499) is known color: Pancho. HEX triplet: DD, B4 and 99. RGB value is (221,180,153). Sum of RGB (Red+Green+Blue) = 221+180+153=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 180 (70.70% from 255 or 32.49% from 554); Blue value is 153 (60.16% from 255 or 27.62% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB499 is #224B66. Grayscale: #BDBDBD. Windows color (decimal): -2247527 or 10073309. OLE color: 10073309.

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

Color convert

RGB 221 180 153 -
CMYK 0 0.19 0.31 0.13
HSL 23.82º 0.5% 0.73% -
HSV(B) 23.82º 0.31% 0.87% -
XYZ 51.89 50.31 37.11 -
YUV 189.18 107.58 150.7 -
System Red Green Blue C M Y K H S L
Decimal 221 180 153 0 0.19 0.31 0.13 23.82 0.5 0.73
Hex DD B4 99 0 13 1F D 18 32 49
Octal 335 264 231 0 23 37 15 30 62 111
Binary 11011101 10110100 10011001 0 10011 11111 1101 11000 110010 1001001

Color Harmonies of #DDB499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB499

Black with #DDB499

Text Example


Text Example

White with #DDB499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB499; }

 p { color: rgb(221,180,153); }

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

background-color css

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

 a { background-color: rgb(221,180,153); }

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

border-color css

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

 span { border-color: rgb(221,180,153); }

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