Html Css Color HEX #DBB461 Equator

📋 copy color: '#DBB461'

red 219 ◦ green 180 ◦ blue 97

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

Shades of Equator #DBB461

Tints of Equator #DBB461

RGB

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

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

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

R = 44.15%
G = 36.29%
B = 19.56%

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

#DBB461 (or 0xDBB461) is known color: Equator. HEX triplet: DB, B4 and 61. RGB value is (219,180,97). Sum of RGB (Red+Green+Blue) = 219+180+97=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 97 (38.28% from 255 or 19.56% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB461 is #244B9E. Grayscale: #B6B6B6. Windows color (decimal): -2378655 or 6403291. OLE color: 6403291.

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

Color convert

RGB 219 180 97 -
CMYK 0 0.18 0.56 0.14
HSL 40.82º 0.63% 0.62% -
HSV(B) 40.82º 0.56% 0.86% -
XYZ 47.69 48.57 18.17 -
YUV 182.2 79.92 154.25 -
System Red Green Blue C M Y K H S L
Decimal 219 180 97 0 0.18 0.56 0.14 40.82 0.63 0.62
Hex DB B4 61 0 12 38 E 29 3F 3E
Octal 333 264 141 0 22 70 16 51 77 76
Binary 11011011 10110100 1100001 0 10010 111000 1110 101001 111111 111110

Color Harmonies of #DBB461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB461

Black with #DBB461

Text Example


Text Example

White with #DBB461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB461; }

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

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

background-color css

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

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

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

border-color css

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

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

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