Html Css Color HEX #DBB662 Equator

📋 copy color: '#DBB662'

red 219 ◦ green 182 ◦ blue 98

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

Shades of Equator #DBB662

Tints of Equator #DBB662

RGB

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

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

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

R = 43.89%
G = 36.47%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DBB662 (or 0xDBB662) is known color: Equator. HEX triplet: DB, B6 and 62. RGB value is (219,182,98). Sum of RGB (Red+Green+Blue) = 219+182+98=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 182 (71.48% from 255 or 36.47% from 499); Blue value is 98 (38.67% from 255 or 19.64% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB662 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB662 is #24499D. Grayscale: #B7B7B7. Windows color (decimal): -2378142 or 6469339. OLE color: 6469339.

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

Color convert

RGB 219 182 98 -
CMYK 0 0.17 0.55 0.14
HSL 41.65º 0.63% 0.62% -
HSV(B) 41.65º 0.55% 0.86% -
XYZ 48.15 49.4 18.55 -
YUV 183.49 79.76 153.33 -
System Red Green Blue C M Y K H S L
Decimal 219 182 98 0 0.17 0.55 0.14 41.65 0.63 0.62
Hex DB B6 62 0 11 37 E 2A 3F 3E
Octal 333 266 142 0 21 67 16 52 77 76
Binary 11011011 10110110 1100010 0 10001 110111 1110 101010 111111 111110

Color Harmonies of #DBB662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB662

Black with #DBB662

Text Example


Text Example

White with #DBB662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB662; }

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

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

background-color css

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

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

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

border-color css

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

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

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