Html Css Color HEX #DAB99B Pancho

📋 copy color: '#DAB99B'

red 218 ◦ green 185 ◦ blue 155

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

Shades of Pancho #DAB99B

Tints of Pancho #DAB99B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27.78%

R = 39.07%
G = 33.15%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DAB99B (or 0xDAB99B) is known color: Pancho. HEX triplet: DA, B9 and 9B. RGB value is (218,185,155). Sum of RGB (Red+Green+Blue) = 218+185+155=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 185 (72.66% from 255 or 33.15% from 558); Blue value is 155 (60.94% from 255 or 27.78% from 558); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB99B is #254664. Grayscale: #BFBFBF. Windows color (decimal): -2442853 or 10205658. OLE color: 10205658.

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

Color convert

RGB 218 185 155 -
CMYK 0 0.15 0.29 0.15
HSL 28.57º 0.46% 0.73% -
HSV(B) 28.57º 0.29% 0.85% -
XYZ 52.18 51.97 38.29 -
YUV 191.45 107.43 146.94 -
System Red Green Blue C M Y K H S L
Decimal 218 185 155 0 0.15 0.29 0.15 28.57 0.46 0.73
Hex DA B9 9B 0 F 1D F 1D 2E 49
Octal 332 271 233 0 17 35 17 35 56 111
Binary 11011010 10111001 10011011 0 1111 11101 1111 11101 101110 1001001

Color Harmonies of #DAB99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB99B

Black with #DAB99B

Text Example


Text Example

White with #DAB99B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB99B; }

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

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

background-color css

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

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

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

border-color css

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

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

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