Html Css Color HEX #DBB35E Equator

📋 copy color: '#DBB35E'

red 219 ◦ green 179 ◦ blue 94

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

Shades of Equator #DBB35E

Tints of Equator #DBB35E

RGB

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

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

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

R = 44.51%
G = 36.38%
B = 19.11%

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

#DBB35E (or 0xDBB35E) is known color: Equator. HEX triplet: DB, B3 and 5E. RGB value is (219,179,94). Sum of RGB (Red+Green+Blue) = 219+179+94=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 179 (70.31% from 255 or 36.38% from 492); Blue value is 94 (37.11% from 255 or 19.11% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB35E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB35E is #244CA1. Grayscale: #B5B5B5. Windows color (decimal): -2378914 or 6206427. OLE color: 6206427.

HSL color Cylindrical-coordinate representation of color #DBB35E: hue angle of 40.8º 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 #DBB35E is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 179 94 -
CMYK 0 0.18 0.57 0.14
HSL 40.8º 0.63% 0.61% -
HSV(B) 40.8º 0.57% 0.86% -
XYZ 47.35 48.11 17.38 -
YUV 181.27 78.75 154.91 -
System Red Green Blue C M Y K H S L
Decimal 219 179 94 0 0.18 0.57 0.14 40.8 0.63 0.61
Hex DB B3 5E 0 12 39 E 29 3F 3D
Octal 333 263 136 0 22 71 16 51 77 75
Binary 11011011 10110011 1011110 0 10010 111001 1110 101001 111111 111101

Color Harmonies of #DBB35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB35E

Black with #DBB35E

Text Example


Text Example

White with #DBB35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB35E; }

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

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

background-color css

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

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

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

border-color css

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

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

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