Html Css Color HEX #DBB35A Equator

📋 copy color: '#DBB35A'

red 219 ◦ green 179 ◦ blue 90

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

Shades of Equator #DBB35A

Tints of Equator #DBB35A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.44%

R = 44.88%
G = 36.68%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DBB35A (or 0xDBB35A) is known color: Equator. HEX triplet: DB, B3 and 5A. RGB value is (219,179,90). Sum of RGB (Red+Green+Blue) = 219+179+90=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 179 (70.31% from 255 or 36.68% from 488); Blue value is 90 (35.55% from 255 or 18.44% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB35A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB35A is #244CA5. Grayscale: #B5B5B5. Windows color (decimal): -2378918 or 5944283. OLE color: 5944283.

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

Color convert

RGB 219 179 90 -
CMYK 0 0.18 0.59 0.14
HSL 41.4º 0.64% 0.61% -
HSV(B) 41.4º 0.59% 0.86% -
XYZ 47.18 48.04 16.46 -
YUV 180.81 76.75 155.24 -
System Red Green Blue C M Y K H S L
Decimal 219 179 90 0 0.18 0.59 0.14 41.4 0.64 0.61
Hex DB B3 5A 0 12 3B E 29 40 3D
Octal 333 263 132 0 22 73 16 51 100 75
Binary 11011011 10110011 1011010 0 10010 111011 1110 101001 1000000 111101

Color Harmonies of #DBB35A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB35A

Black with #DBB35A

Text Example


Text Example

White with #DBB35A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB35A; }

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

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

background-color css

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

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

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

border-color css

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

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

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