Html Css Color HEX #DBB663 Equator

📋 copy color: '#DBB663'

red 219 ◦ green 182 ◦ blue 99

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

Shades of Equator #DBB663

Tints of Equator #DBB663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.8%

R = 43.8%
G = 36.4%
B = 19.8%

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

#DBB663 (or 0xDBB663) is known color: Equator. HEX triplet: DB, B6 and 63. RGB value is (219,182,99). Sum of RGB (Red+Green+Blue) = 219+182+99=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 182 (71.48% from 255 or 36.4% from 500); Blue value is 99 (39.06% from 255 or 19.8% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB663 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB663 is #24499C. Grayscale: #B7B7B7. Windows color (decimal): -2378141 or 6534875. OLE color: 6534875.

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

Color convert

RGB 219 182 99 -
CMYK 0 0.17 0.55 0.14
HSL 41.5º 0.63% 0.62% -
HSV(B) 41.5º 0.55% 0.86% -
XYZ 48.19 49.42 18.8 -
YUV 183.6 80.26 153.25 -
System Red Green Blue C M Y K H S L
Decimal 219 182 99 0 0.17 0.55 0.14 41.5 0.63 0.62
Hex DB B6 63 0 11 37 E 2A 3E 3E
Octal 333 266 143 0 21 67 16 52 76 76
Binary 11011011 10110110 1100011 0 10001 110111 1110 101010 111110 111110

Color Harmonies of #DBB663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB663

Black with #DBB663

Text Example


Text Example

White with #DBB663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB663; }

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

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

background-color css

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

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

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

border-color css

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

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

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