Html Css Color HEX #DAB993 Pancho

📋 copy color: '#DAB993'

red 218 ◦ green 185 ◦ blue 147

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

Shades of Pancho #DAB993

Tints of Pancho #DAB993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 26.73%

R = 39.64%
G = 33.64%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DAB993 (or 0xDAB993) is known color: Pancho. HEX triplet: DA, B9 and 93. RGB value is (218,185,147). Sum of RGB (Red+Green+Blue) = 218+185+147=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 185 (72.66% from 255 or 33.64% from 550); Blue value is 147 (57.81% from 255 or 26.73% from 550); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB993 is #25466C. Grayscale: #BEBEBE. Windows color (decimal): -2442861 or 9681370. OLE color: 9681370.

HSL color Cylindrical-coordinate representation of color #DAB993: hue angle of 32.11º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAB993 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 185 147 -
CMYK 0 0.15 0.33 0.15
HSL 32.11º 0.49% 0.72% -
HSV(B) 32.11º 0.33% 0.85% -
XYZ 51.53 51.71 34.87 -
YUV 190.54 103.43 147.59 -
System Red Green Blue C M Y K H S L
Decimal 218 185 147 0 0.15 0.33 0.15 32.11 0.49 0.72
Hex DA B9 93 0 F 21 F 20 31 48
Octal 332 271 223 0 17 41 17 40 61 110
Binary 11011010 10111001 10010011 0 1111 100001 1111 100000 110001 1001000

Color Harmonies of #DAB993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB993

Black with #DAB993

Text Example


Text Example

White with #DAB993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB993; }

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

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

background-color css

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

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

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

border-color css

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

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

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