Html Css Color HEX #DBA007 Gamboge

📋 copy color: '#DBA007'

red 219 ◦ green 160 ◦ blue 7

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

Shades of Gamboge #DBA007

Tints of Gamboge #DBA007

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.45%

 BLUE value IS 7 (3.13% from 255) = 1.81%

R = 56.74%
G = 41.45%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DBA007 (or 0xDBA007) is known color: Gamboge. HEX triplet: DB, A0 and 07. RGB value is (219,160,7). Sum of RGB (Red+Green+Blue) = 219+160+7=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 160 (62.89% from 255 or 41.45% from 386); Blue value is 7 (3.12% from 255 or 1.81% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA007 is #245FF8. Grayscale: #A0A0A0. Windows color (decimal): -2383865 or 499931. OLE color: 499931.

HSL color Cylindrical-coordinate representation of color #DBA007: hue angle of 43.3º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DBA007 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 160 7 -
CMYK 0 0.27 0.97 0.14
HSL 43.3º 0.94% 0.44% -
HSV(B) 43.3º 0.97% 0.86% -
XYZ 41.82 40.22 5.76 -
YUV 160.2 41.55 169.94 -
System Red Green Blue C M Y K H S L
Decimal 219 160 7 0 0.27 0.97 0.14 43.3 0.94 0.44
Hex DB A0 7 0 1B 61 E 2B 5E 2C
Octal 333 240 7 0 33 141 16 53 136 54
Binary 11011011 10100000 111 0 11011 1100001 1110 101011 1011110 101100

Color Harmonies of #DBA007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA007

Black with #DBA007

Text Example


Text Example

White with #DBA007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA007; }

 p { color: rgb(219,160,7); }

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

background-color css

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

 a { background-color: rgb(219,160,7); }

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

border-color css

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

 span { border-color: rgb(219,160,7); }

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