Html Css Color HEX #DDB290 Pancho

📋 copy color: '#DDB290'

red 221 ◦ green 178 ◦ blue 144

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

Shades of Pancho #DDB290

Tints of Pancho #DDB290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 26.52%

R = 40.7%
G = 32.78%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DDB290 (or 0xDDB290) is known color: Pancho. HEX triplet: DD, B2 and 90. RGB value is (221,178,144). Sum of RGB (Red+Green+Blue) = 221+178+144=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 178 (69.92% from 255 or 32.78% from 543); Blue value is 144 (56.64% from 255 or 26.52% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB290 is #224D6F. Grayscale: #BBBBBB. Windows color (decimal): -2248048 or 9482973. OLE color: 9482973.

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

Color convert

RGB 221 178 144 -
CMYK 0 0.19 0.35 0.13
HSL 26.49º 0.53% 0.72% -
HSV(B) 26.49º 0.35% 0.87% -
XYZ 50.77 49.23 33.21 -
YUV 186.98 103.75 152.26 -
System Red Green Blue C M Y K H S L
Decimal 221 178 144 0 0.19 0.35 0.13 26.49 0.53 0.72
Hex DD B2 90 0 13 23 D 1A 35 48
Octal 335 262 220 0 23 43 15 32 65 110
Binary 11011101 10110010 10010000 0 10011 100011 1101 11010 110101 1001000

Color Harmonies of #DDB290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB290

Black with #DDB290

Text Example


Text Example

White with #DDB290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB290; }

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

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

background-color css

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

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

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

border-color css

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

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

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