Html Css Color HEX #DBB661 Equator

📋 copy color: '#DBB661'

red 219 ◦ green 182 ◦ blue 97

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

Shades of Equator #DBB661

Tints of Equator #DBB661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.48%

R = 43.98%
G = 36.55%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DBB661 (or 0xDBB661) is known color: Equator. HEX triplet: DB, B6 and 61. RGB value is (219,182,97). Sum of RGB (Red+Green+Blue) = 219+182+97=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 182 (71.48% from 255 or 36.55% from 498); Blue value is 97 (38.28% from 255 or 19.48% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB661 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB661 is #24499E. Grayscale: #B7B7B7. Windows color (decimal): -2378143 or 6403803. OLE color: 6403803.

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

Color convert

RGB 219 182 97 -
CMYK 0 0.17 0.56 0.14
HSL 41.8º 0.63% 0.62% -
HSV(B) 41.8º 0.56% 0.86% -
XYZ 48.1 49.38 18.31 -
YUV 183.37 79.26 153.41 -
System Red Green Blue C M Y K H S L
Decimal 219 182 97 0 0.17 0.56 0.14 41.8 0.63 0.62
Hex DB B6 61 0 11 38 E 2A 3F 3E
Octal 333 266 141 0 21 70 16 52 77 76
Binary 11011011 10110110 1100001 0 10001 111000 1110 101010 111111 111110

Color Harmonies of #DBB661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB661

Black with #DBB661

Text Example


Text Example

White with #DBB661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB661; }

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

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

background-color css

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

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

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

border-color css

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

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

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