Html Css Color HEX #DBB65F Equator

📋 copy color: '#DBB65F'

red 219 ◦ green 182 ◦ blue 95

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

Shades of Equator #DBB65F

Tints of Equator #DBB65F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.69%

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

R = 44.15%
G = 36.69%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DBB65F (or 0xDBB65F) is known color: Equator. HEX triplet: DB, B6 and 5F. RGB value is (219,182,95). Sum of RGB (Red+Green+Blue) = 219+182+95=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 182 (71.48% from 255 or 36.69% from 496); Blue value is 95 (37.5% from 255 or 19.15% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB65F is #2449A0. Grayscale: #B7B7B7. Windows color (decimal): -2378145 or 6272731. OLE color: 6272731.

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

Color convert

RGB 219 182 95 -
CMYK 0 0.17 0.57 0.14
HSL 42.1º 0.63% 0.62% -
HSV(B) 42.1º 0.57% 0.86% -
XYZ 48.01 49.34 17.82 -
YUV 183.15 78.26 153.57 -
System Red Green Blue C M Y K H S L
Decimal 219 182 95 0 0.17 0.57 0.14 42.1 0.63 0.62
Hex DB B6 5F 0 11 39 E 2A 3F 3E
Octal 333 266 137 0 21 71 16 52 77 76
Binary 11011011 10110110 1011111 0 10001 111001 1110 101010 111111 111110

Color Harmonies of #DBB65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB65F

Black with #DBB65F

Text Example


Text Example

White with #DBB65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB65F; }

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

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

background-color css

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

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

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

border-color css

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

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

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