Html Css Color HEX #DAB998 Pancho

📋 copy color: '#DAB998'

red 218 ◦ green 185 ◦ blue 152

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

Shades of Pancho #DAB998

Tints of Pancho #DAB998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 27.39%

R = 39.28%
G = 33.33%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DAB998 (or 0xDAB998) is known color: Pancho. HEX triplet: DA, B9 and 98. RGB value is (218,185,152). Sum of RGB (Red+Green+Blue) = 218+185+152=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 185 (72.66% from 255 or 33.33% from 555); Blue value is 152 (59.77% from 255 or 27.39% from 555); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB998 is #254667. Grayscale: #BFBFBF. Windows color (decimal): -2442856 or 10009050. OLE color: 10009050.

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

Color convert

RGB 218 185 152 -
CMYK 0 0.15 0.30 0.15
HSL 30º 0.47% 0.73% -
HSV(B) 30º 0.3% 0.85% -
XYZ 51.93 51.87 36.98 -
YUV 191.11 105.93 147.18 -
System Red Green Blue C M Y K H S L
Decimal 218 185 152 0 0.15 0.30 0.15 30 0.47 0.73
Hex DA B9 98 0 F 1E F 1E 2F 49
Octal 332 271 230 0 17 36 17 36 57 111
Binary 11011010 10111001 10011000 0 1111 11110 1111 11110 101111 1001001

Color Harmonies of #DAB998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB998

Black with #DAB998

Text Example


Text Example

White with #DAB998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB998; }

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

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

background-color css

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

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

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

border-color css

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

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

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