Html Css Color HEX #DBB35F Equator

📋 copy color: '#DBB35F'

red 219 ◦ green 179 ◦ blue 95

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

Shades of Equator #DBB35F

Tints of Equator #DBB35F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.31%

 BLUE value IS 95 (37.5% from 255) = 19.27%

R = 44.42%
G = 36.31%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DBB35F (or 0xDBB35F) is known color: Equator. HEX triplet: DB, B3 and 5F. RGB value is (219,179,95). Sum of RGB (Red+Green+Blue) = 219+179+95=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 95 (37.5% from 255 or 19.27% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB35F is #244CA0. Grayscale: #B5B5B5. Windows color (decimal): -2378913 or 6271963. OLE color: 6271963.

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

Color convert

RGB 219 179 95 -
CMYK 0 0.18 0.57 0.14
HSL 40.65º 0.63% 0.62% -
HSV(B) 40.65º 0.57% 0.86% -
XYZ 47.4 48.13 17.62 -
YUV 181.38 79.25 154.83 -
System Red Green Blue C M Y K H S L
Decimal 219 179 95 0 0.18 0.57 0.14 40.65 0.63 0.62
Hex DB B3 5F 0 12 39 E 29 3F 3E
Octal 333 263 137 0 22 71 16 51 77 76
Binary 11011011 10110011 1011111 0 10010 111001 1110 101001 111111 111110

Color Harmonies of #DBB35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB35F

Black with #DBB35F

Text Example


Text Example

White with #DBB35F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB35F; }

 p { color: rgb(219,179,95); }

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

background-color css

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

 a { background-color: rgb(219,179,95); }

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

border-color css

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

 span { border-color: rgb(219,179,95); }

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