Html Css Color HEX #DAB996 Pancho

📋 copy color: '#DAB996'

red 218 ◦ green 185 ◦ blue 150

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

Shades of Pancho #DAB996

Tints of Pancho #DAB996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.12%

R = 39.42%
G = 33.45%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DAB996 (or 0xDAB996) is known color: Pancho. HEX triplet: DA, B9 and 96. RGB value is (218,185,150). Sum of RGB (Red+Green+Blue) = 218+185+150=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 185 (72.66% from 255 or 33.45% from 553); Blue value is 150 (58.98% from 255 or 27.12% from 553); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB996 is #254669. Grayscale: #BFBFBF. Windows color (decimal): -2442858 or 9877978. OLE color: 9877978.

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

Color convert

RGB 218 185 150 -
CMYK 0 0.15 0.31 0.15
HSL 30.88º 0.48% 0.72% -
HSV(B) 30.88º 0.31% 0.85% -
XYZ 51.77 51.81 36.13 -
YUV 190.88 104.93 147.35 -
System Red Green Blue C M Y K H S L
Decimal 218 185 150 0 0.15 0.31 0.15 30.88 0.48 0.72
Hex DA B9 96 0 F 1F F 1F 30 48
Octal 332 271 226 0 17 37 17 37 60 110
Binary 11011010 10111001 10010110 0 1111 11111 1111 11111 110000 1001000

Color Harmonies of #DAB996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB996

Black with #DAB996

Text Example


Text Example

White with #DAB996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB996; }

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

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

background-color css

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

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

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

border-color css

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

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

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