Html Css Color HEX #DBB464 Equator

📋 copy color: '#DBB464'

red 219 ◦ green 180 ◦ blue 100

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

Shades of Equator #DBB464

Tints of Equator #DBB464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.04%

R = 43.89%
G = 36.07%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DBB464 (or 0xDBB464) is known color: Equator. HEX triplet: DB, B4 and 64. RGB value is (219,180,100). Sum of RGB (Red+Green+Blue) = 219+180+100=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 180 (70.70% from 255 or 36.07% from 499); Blue value is 100 (39.45% from 255 or 20.04% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB464 is #244B9B. Grayscale: #B6B6B6. Windows color (decimal): -2378652 or 6599899. OLE color: 6599899.

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

Color convert

RGB 219 180 100 -
CMYK 0 0.18 0.54 0.14
HSL 40.34º 0.62% 0.63% -
HSV(B) 40.34º 0.54% 0.86% -
XYZ 47.83 48.62 18.92 -
YUV 182.54 81.42 154 -
System Red Green Blue C M Y K H S L
Decimal 219 180 100 0 0.18 0.54 0.14 40.34 0.62 0.63
Hex DB B4 64 0 12 36 E 28 3E 3F
Octal 333 264 144 0 22 66 16 50 76 77
Binary 11011011 10110100 1100100 0 10010 110110 1110 101000 111110 111111

Color Harmonies of #DBB464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB464

Black with #DBB464

Text Example


Text Example

White with #DBB464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB464; }

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

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

background-color css

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

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

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

border-color css

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

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

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