Html Css Color HEX #DBB460 Equator

📋 copy color: '#DBB460'

red 219 ◦ green 180 ◦ blue 96

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

Shades of Equator #DBB460

Tints of Equator #DBB460

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.36%

 BLUE value IS 96 (37.89% from 255) = 19.39%

R = 44.24%
G = 36.36%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DBB460 (or 0xDBB460) is known color: Equator. HEX triplet: DB, B4 and 60. RGB value is (219,180,96). Sum of RGB (Red+Green+Blue) = 219+180+96=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 96 (37.89% from 255 or 19.39% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB460 is #244B9F. Grayscale: #B6B6B6. Windows color (decimal): -2378656 or 6337755. OLE color: 6337755.

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

Color convert

RGB 219 180 96 -
CMYK 0 0.18 0.56 0.14
HSL 40.98º 0.63% 0.62% -
HSV(B) 40.98º 0.56% 0.86% -
XYZ 47.65 48.55 17.93 -
YUV 182.09 79.42 154.33 -
System Red Green Blue C M Y K H S L
Decimal 219 180 96 0 0.18 0.56 0.14 40.98 0.63 0.62
Hex DB B4 60 0 12 38 E 29 3F 3E
Octal 333 264 140 0 22 70 16 51 77 76
Binary 11011011 10110100 1100000 0 10010 111000 1110 101001 111111 111110

Color Harmonies of #DBB460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB460

Black with #DBB460

Text Example


Text Example

White with #DBB460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB460; }

 p { color: rgb(219,180,96); }

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

background-color css

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

 a { background-color: rgb(219,180,96); }

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

border-color css

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

 span { border-color: rgb(219,180,96); }

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