Html Css Color HEX #DAB392 Pancho

📋 copy color: '#DAB392'

red 218 ◦ green 179 ◦ blue 146

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

Shades of Pancho #DAB392

Tints of Pancho #DAB392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 26.89%

R = 40.15%
G = 32.97%
B = 26.89%

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

#DAB392 (or 0xDAB392) is known color: Pancho. HEX triplet: DA, B3 and 92. RGB value is (218,179,146). Sum of RGB (Red+Green+Blue) = 218+179+146=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 179 (70.31% from 255 or 32.97% from 543); Blue value is 146 (57.42% from 255 or 26.89% from 543); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB392 is #254C6D. Grayscale: #BBBBBB. Windows color (decimal): -2444398 or 9614298. OLE color: 9614298.

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

Color convert

RGB 218 179 146 -
CMYK 0 0.18 0.33 0.15
HSL 27.5º 0.49% 0.71% -
HSV(B) 27.5º 0.33% 0.85% -
XYZ 50.22 49.22 34.05 -
YUV 186.9 104.92 150.18 -
System Red Green Blue C M Y K H S L
Decimal 218 179 146 0 0.18 0.33 0.15 27.5 0.49 0.71
Hex DA B3 92 0 12 21 F 1C 31 47
Octal 332 263 222 0 22 41 17 34 61 107
Binary 11011010 10110011 10010010 0 10010 100001 1111 11100 110001 1000111

Color Harmonies of #DAB392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB392

Black with #DAB392

Text Example


Text Example

White with #DAB392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB392; }

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

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

background-color css

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

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

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

border-color css

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

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

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