Html Css Color HEX #DAB492 Pancho

📋 copy color: '#DAB492'

red 218 ◦ green 180 ◦ blue 146

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

Shades of Pancho #DAB492

Tints of Pancho #DAB492

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.09%

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

R = 40.07%
G = 33.09%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DAB492 (or 0xDAB492) is known color: Pancho. HEX triplet: DA, B4 and 92. RGB value is (218,180,146). Sum of RGB (Red+Green+Blue) = 218+180+146=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 180 (70.70% from 255 or 33.09% from 544); Blue value is 146 (57.42% from 255 or 26.84% from 544); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB492 is #254B6D. Grayscale: #BBBBBB. Windows color (decimal): -2444142 or 9614554. OLE color: 9614554.

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

Color convert

RGB 218 180 146 -
CMYK 0 0.17 0.33 0.15
HSL 28.33º 0.49% 0.71% -
HSV(B) 28.33º 0.33% 0.85% -
XYZ 50.42 49.62 34.11 -
YUV 187.49 104.59 149.76 -
System Red Green Blue C M Y K H S L
Decimal 218 180 146 0 0.17 0.33 0.15 28.33 0.49 0.71
Hex DA B4 92 0 11 21 F 1C 31 47
Octal 332 264 222 0 21 41 17 34 61 107
Binary 11011010 10110100 10010010 0 10001 100001 1111 11100 110001 1000111

Color Harmonies of #DAB492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB492

Black with #DAB492

Text Example


Text Example

White with #DAB492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB492; }

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

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

background-color css

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

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

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

border-color css

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

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

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