Html Css Color HEX #DBB261 Equator

📋 copy color: '#DBB261'

red 219 ◦ green 178 ◦ blue 97

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

Shades of Equator #DBB261

Tints of Equator #DBB261

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.03%

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

R = 44.33%
G = 36.03%
B = 19.64%

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

#DBB261 (or 0xDBB261) is known color: Equator. HEX triplet: DB, B2 and 61. RGB value is (219,178,97). Sum of RGB (Red+Green+Blue) = 219+178+97=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 97 (38.28% from 255 or 19.64% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB261 is #244D9E. Grayscale: #B5B5B5. Windows color (decimal): -2379167 or 6402779. OLE color: 6402779.

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

Color convert

RGB 219 178 97 -
CMYK 0 0.19 0.56 0.14
HSL 39.84º 0.63% 0.62% -
HSV(B) 39.84º 0.56% 0.86% -
XYZ 47.29 47.76 18.04 -
YUV 181.03 80.58 155.09 -
System Red Green Blue C M Y K H S L
Decimal 219 178 97 0 0.19 0.56 0.14 39.84 0.63 0.62
Hex DB B2 61 0 13 38 E 28 3F 3E
Octal 333 262 141 0 23 70 16 50 77 76
Binary 11011011 10110010 1100001 0 10011 111000 1110 101000 111111 111110

Color Harmonies of #DBB261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB261

Black with #DBB261

Text Example


Text Example

White with #DBB261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB261; }

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

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

background-color css

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

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

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

border-color css

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

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

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