Html Css Color HEX #DAB390 Pancho

📋 copy color: '#DAB390'

red 218 ◦ green 179 ◦ blue 144

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

Shades of Pancho #DAB390

Tints of Pancho #DAB390

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.09%

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

R = 40.3%
G = 33.09%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DAB390 (or 0xDAB390) is known color: Pancho. HEX triplet: DA, B3 and 90. RGB value is (218,179,144). Sum of RGB (Red+Green+Blue) = 218+179+144=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 179 (70.31% from 255 or 33.09% from 541); Blue value is 144 (56.64% from 255 or 26.62% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB390 is #254C6F. Grayscale: #BABABA. Windows color (decimal): -2444400 or 9483226. OLE color: 9483226.

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

Color convert

RGB 218 179 144 -
CMYK 0 0.18 0.34 0.15
HSL 28.38º 0.5% 0.71% -
HSV(B) 28.38º 0.34% 0.85% -
XYZ 50.07 49.16 33.24 -
YUV 186.67 103.92 150.35 -
System Red Green Blue C M Y K H S L
Decimal 218 179 144 0 0.18 0.34 0.15 28.38 0.5 0.71
Hex DA B3 90 0 12 22 F 1C 32 47
Octal 332 263 220 0 22 42 17 34 62 107
Binary 11011010 10110011 10010000 0 10010 100010 1111 11100 110010 1000111

Color Harmonies of #DAB390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB390

Black with #DAB390

Text Example


Text Example

White with #DAB390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB390; }

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

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

background-color css

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

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

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

border-color css

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

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

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