Html Css Color HEX #DAB990 Pancho

📋 copy color: '#DAB990'

red 218 ◦ green 185 ◦ blue 144

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

Shades of Pancho #DAB990

Tints of Pancho #DAB990

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.82%

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

R = 39.85%
G = 33.82%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DAB990 (or 0xDAB990) is known color: Pancho. HEX triplet: DA, B9 and 90. RGB value is (218,185,144). Sum of RGB (Red+Green+Blue) = 218+185+144=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 185 (72.66% from 255 or 33.82% from 547); Blue value is 144 (56.64% from 255 or 26.33% from 547); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB990 is #25466F. Grayscale: #BEBEBE. Windows color (decimal): -2442864 or 9484762. OLE color: 9484762.

HSL color Cylindrical-coordinate representation of color #DAB990: hue angle of 33.24º 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 #DAB990 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 185 144 -
CMYK 0 0.15 0.34 0.15
HSL 33.24º 0.5% 0.71% -
HSV(B) 33.24º 0.34% 0.85% -
XYZ 51.3 51.62 33.65 -
YUV 190.19 101.93 147.83 -
System Red Green Blue C M Y K H S L
Decimal 218 185 144 0 0.15 0.34 0.15 33.24 0.5 0.71
Hex DA B9 90 0 F 22 F 21 32 47
Octal 332 271 220 0 17 42 17 41 62 107
Binary 11011010 10111001 10010000 0 1111 100010 1111 100001 110010 1000111

Color Harmonies of #DAB990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB990

Black with #DAB990

Text Example


Text Example

White with #DAB990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB990; }

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

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

background-color css

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

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

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

border-color css

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

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

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