Html Css Color HEX #DAB490 Pancho

📋 copy color: '#DAB490'

red 218 ◦ green 180 ◦ blue 144

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

Shades of Pancho #DAB490

Tints of Pancho #DAB490

RGB

 RED value IS 218 (85.55% from 255) = 40.22%

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

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

R = 40.22%
G = 33.21%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DAB490 (or 0xDAB490) is known color: Pancho. HEX triplet: DA, B4 and 90. RGB value is (218,180,144). Sum of RGB (Red+Green+Blue) = 218+180+144=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 180 (70.70% from 255 or 33.21% from 542); Blue value is 144 (56.64% from 255 or 26.57% from 542); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB490 is #254B6F. Grayscale: #BBBBBB. Windows color (decimal): -2444144 or 9483482. OLE color: 9483482.

HSL color Cylindrical-coordinate representation of color #DAB490: hue angle of 29.19º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DAB490 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 180 144 -
CMYK 0 0.17 0.34 0.15
HSL 29.19º 0.5% 0.71% -
HSV(B) 29.19º 0.34% 0.85% -
XYZ 50.27 49.56 33.3 -
YUV 187.26 103.59 149.93 -
System Red Green Blue C M Y K H S L
Decimal 218 180 144 0 0.17 0.34 0.15 29.19 0.5 0.71
Hex DA B4 90 0 11 22 F 1D 32 47
Octal 332 264 220 0 21 42 17 35 62 107
Binary 11011010 10110100 10010000 0 10001 100010 1111 11101 110010 1000111

Color Harmonies of #DAB490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB490

Black with #DAB490

Text Example


Text Example

White with #DAB490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB490; }

 p { color: rgb(218,180,144); }

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

background-color css

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

 a { background-color: rgb(218,180,144); }

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

border-color css

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

 span { border-color: rgb(218,180,144); }

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