Html Css Color HEX #DBB161 Equator

📋 copy color: '#DBB161'

red 219 ◦ green 177 ◦ blue 97

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

Shades of Equator #DBB161

Tints of Equator #DBB161

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.9%

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

R = 44.42%
G = 35.9%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DBB161 (or 0xDBB161) is known color: Equator. HEX triplet: DB, B1 and 61. RGB value is (219,177,97). Sum of RGB (Red+Green+Blue) = 219+177+97=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 177 (69.53% from 255 or 35.90% from 493); Blue value is 97 (38.28% from 255 or 19.68% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB161 is #244E9E. Grayscale: #B4B4B4. Windows color (decimal): -2379423 or 6402523. OLE color: 6402523.

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

Color convert

RGB 219 177 97 -
CMYK 0 0.19 0.56 0.14
HSL 39.34º 0.63% 0.62% -
HSV(B) 39.34º 0.56% 0.86% -
XYZ 47.09 47.37 17.97 -
YUV 180.44 80.91 155.5 -
System Red Green Blue C M Y K H S L
Decimal 219 177 97 0 0.19 0.56 0.14 39.34 0.63 0.62
Hex DB B1 61 0 13 38 E 27 3F 3E
Octal 333 261 141 0 23 70 16 47 77 76
Binary 11011011 10110001 1100001 0 10011 111000 1110 100111 111111 111110

Color Harmonies of #DBB161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB161

Black with #DBB161

Text Example


Text Example

White with #DBB161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB161; }

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

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

background-color css

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

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

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

border-color css

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

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

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