Html Css Color HEX #DBB364 Equator

📋 copy color: '#DBB364'

red 219 ◦ green 179 ◦ blue 100

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

Shades of Equator #DBB364

Tints of Equator #DBB364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.08%

R = 43.98%
G = 35.94%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DBB364 (or 0xDBB364) is known color: Equator. HEX triplet: DB, B3 and 64. RGB value is (219,179,100). Sum of RGB (Red+Green+Blue) = 219+179+100=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 179 (70.31% from 255 or 35.94% from 498); Blue value is 100 (39.45% from 255 or 20.08% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB364 is #244C9B. Grayscale: #B6B6B6. Windows color (decimal): -2378908 or 6599643. OLE color: 6599643.

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

Color convert

RGB 219 179 100 -
CMYK 0 0.18 0.54 0.14
HSL 39.83º 0.62% 0.63% -
HSV(B) 39.83º 0.54% 0.86% -
XYZ 47.63 48.22 18.85 -
YUV 181.95 81.75 154.42 -
System Red Green Blue C M Y K H S L
Decimal 219 179 100 0 0.18 0.54 0.14 39.83 0.62 0.63
Hex DB B3 64 0 12 36 E 28 3E 3F
Octal 333 263 144 0 22 66 16 50 76 77
Binary 11011011 10110011 1100100 0 10010 110110 1110 101000 111110 111111

Color Harmonies of #DBB364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB364

Black with #DBB364

Text Example


Text Example

White with #DBB364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB364; }

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

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

background-color css

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

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

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

border-color css

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

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

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