Html Css Color HEX #DBAD5C Equator

📋 copy color: '#DBAD5C'

red 219 ◦ green 173 ◦ blue 92

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

Shades of Equator #DBAD5C

Tints of Equator #DBAD5C

RGB

 RED value IS 219 (85.94% from 255) = 45.25%

 GREEN value IS 173 (67.97% from 255) = 35.74%

 BLUE value IS 92 (36.33% from 255) = 19.01%

R = 45.25%
G = 35.74%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DBAD5C (or 0xDBAD5C) is known color: Equator. HEX triplet: DB, AD and 5C. RGB value is (219,173,92). Sum of RGB (Red+Green+Blue) = 219+173+92=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 92 (36.33% from 255 or 19.01% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAD5C is #2452A3. Grayscale: #B1B1B1. Windows color (decimal): -2380452 or 6073819. OLE color: 6073819.

HSL color Cylindrical-coordinate representation of color #DBAD5C: hue angle of 38.27º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DBAD5C is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 173 92 -
CMYK 0 0.21 0.58 0.14
HSL 38.27º 0.64% 0.61% -
HSV(B) 38.27º 0.58% 0.86% -
XYZ 46.09 45.72 16.52 -
YUV 177.52 79.74 157.59 -
System Red Green Blue C M Y K H S L
Decimal 219 173 92 0 0.21 0.58 0.14 38.27 0.64 0.61
Hex DB AD 5C 0 15 3A E 26 40 3D
Octal 333 255 134 0 25 72 16 46 100 75
Binary 11011011 10101101 1011100 0 10101 111010 1110 100110 1000000 111101

Color Harmonies of #DBAD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAD5C

Black with #DBAD5C

Text Example


Text Example

White with #DBAD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAD5C; }

 p { color: rgb(219,173,92); }

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

background-color css

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

 a { background-color: rgb(219,173,92); }

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

border-color css

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

 span { border-color: rgb(219,173,92); }

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