Html Css Color HEX #DAB293 Pancho

📋 copy color: '#DAB293'

red 218 ◦ green 178 ◦ blue 147

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

Shades of Pancho #DAB293

Tints of Pancho #DAB293

RGB

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

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

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

R = 40.15%
G = 32.78%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DAB293 (or 0xDAB293) is known color: Pancho. HEX triplet: DA, B2 and 93. RGB value is (218,178,147). Sum of RGB (Red+Green+Blue) = 218+178+147=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 178 (69.92% from 255 or 32.78% from 543); Blue value is 147 (57.81% from 255 or 27.07% from 543); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB293 is #254D6C. Grayscale: #BABABA. Windows color (decimal): -2444653 or 9679578. OLE color: 9679578.

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

Color convert

RGB 218 178 147 -
CMYK 0 0.18 0.33 0.15
HSL 26.2º 0.49% 0.72% -
HSV(B) 26.2º 0.33% 0.85% -
XYZ 50.1 48.85 34.39 -
YUV 186.43 105.75 150.52 -
System Red Green Blue C M Y K H S L
Decimal 218 178 147 0 0.18 0.33 0.15 26.2 0.49 0.72
Hex DA B2 93 0 12 21 F 1A 31 48
Octal 332 262 223 0 22 41 17 32 61 110
Binary 11011010 10110010 10010011 0 10010 100001 1111 11010 110001 1001000

Color Harmonies of #DAB293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB293

Black with #DAB293

Text Example


Text Example

White with #DAB293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB293; }

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

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

background-color css

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

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

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

border-color css

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

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

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