Html Css Color HEX #DBAF5E Equator

📋 copy color: '#DBAF5E'

red 219 ◦ green 175 ◦ blue 94

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

Shades of Equator #DBAF5E

Tints of Equator #DBAF5E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.86%

 BLUE value IS 94 (37.11% from 255) = 19.26%

R = 44.88%
G = 35.86%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DBAF5E (or 0xDBAF5E) is known color: Equator. HEX triplet: DB, AF and 5E. RGB value is (219,175,94). Sum of RGB (Red+Green+Blue) = 219+175+94=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 94 (37.11% from 255 or 19.26% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAF5E is #2450A1. Grayscale: #B3B3B3. Windows color (decimal): -2379938 or 6205403. OLE color: 6205403.

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

Color convert

RGB 219 175 94 -
CMYK 0 0.20 0.57 0.14
HSL 38.88º 0.63% 0.61% -
HSV(B) 38.88º 0.57% 0.86% -
XYZ 46.56 46.53 17.12 -
YUV 178.92 80.08 156.59 -
System Red Green Blue C M Y K H S L
Decimal 219 175 94 0 0.20 0.57 0.14 38.88 0.63 0.61
Hex DB AF 5E 0 14 39 E 27 3F 3D
Octal 333 257 136 0 24 71 16 47 77 75
Binary 11011011 10101111 1011110 0 10100 111001 1110 100111 111111 111101

Color Harmonies of #DBAF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAF5E

Black with #DBAF5E

Text Example


Text Example

White with #DBAF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAF5E; }

 p { color: rgb(219,175,94); }

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

background-color css

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

 a { background-color: rgb(219,175,94); }

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

border-color css

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

 span { border-color: rgb(219,175,94); }

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