Html Css Color HEX #DBB862 Equator

📋 copy color: '#DBB862'

red 219 ◦ green 184 ◦ blue 98

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

Shades of Equator #DBB862

Tints of Equator #DBB862

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.73%

 BLUE value IS 98 (38.67% from 255) = 19.56%

R = 43.71%
G = 36.73%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DBB862 (or 0xDBB862) is known color: Equator. HEX triplet: DB, B8 and 62. RGB value is (219,184,98). Sum of RGB (Red+Green+Blue) = 219+184+98=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 184 (72.27% from 255 or 36.73% from 501); Blue value is 98 (38.67% from 255 or 19.56% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB862 is #24479D. Grayscale: #B9B9B9. Windows color (decimal): -2377630 or 6469851. OLE color: 6469851.

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

Color convert

RGB 219 184 98 -
CMYK 0 0.16 0.55 0.14
HSL 42.64º 0.63% 0.62% -
HSV(B) 42.64º 0.55% 0.86% -
XYZ 48.56 50.22 18.69 -
YUV 184.66 79.1 152.49 -
System Red Green Blue C M Y K H S L
Decimal 219 184 98 0 0.16 0.55 0.14 42.64 0.63 0.62
Hex DB B8 62 0 10 37 E 2B 3F 3E
Octal 333 270 142 0 20 67 16 53 77 76
Binary 11011011 10111000 1100010 0 10000 110111 1110 101011 111111 111110

Color Harmonies of #DBB862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB862

Black with #DBB862

Text Example


Text Example

White with #DBB862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB862; }

 p { color: rgb(219,184,98); }

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

background-color css

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

 a { background-color: rgb(219,184,98); }

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

border-color css

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

 span { border-color: rgb(219,184,98); }

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