Html Css Color HEX #DBB65E Equator

📋 copy color: '#DBB65E'

red 219 ◦ green 182 ◦ blue 94

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

Shades of Equator #DBB65E

Tints of Equator #DBB65E

RGB

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

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

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

R = 44.24%
G = 36.77%
B = 18.99%

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

#DBB65E (or 0xDBB65E) is known color: Equator. HEX triplet: DB, B6 and 5E. RGB value is (219,182,94). Sum of RGB (Red+Green+Blue) = 219+182+94=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 182 (71.48% from 255 or 36.77% from 495); Blue value is 94 (37.11% from 255 or 18.99% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB65E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB65E is #2449A1. Grayscale: #B7B7B7. Windows color (decimal): -2378146 or 6207195. OLE color: 6207195.

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

Color convert

RGB 219 182 94 -
CMYK 0 0.17 0.57 0.14
HSL 42.24º 0.63% 0.61% -
HSV(B) 42.24º 0.57% 0.86% -
XYZ 47.96 49.32 17.58 -
YUV 183.03 77.76 153.66 -
System Red Green Blue C M Y K H S L
Decimal 219 182 94 0 0.17 0.57 0.14 42.24 0.63 0.61
Hex DB B6 5E 0 11 39 E 2A 3F 3D
Octal 333 266 136 0 21 71 16 52 77 75
Binary 11011011 10110110 1011110 0 10001 111001 1110 101010 111111 111101

Color Harmonies of #DBB65E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB65E

Black with #DBB65E

Text Example


Text Example

White with #DBB65E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB65E; }

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

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

background-color css

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

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

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

border-color css

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

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

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