Html Css Color HEX #DBB003 Gamboge

📋 copy color: '#DBB003'

red 219 ◦ green 176 ◦ blue 3

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

Shades of Gamboge #DBB003

Tints of Gamboge #DBB003

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.22%

 BLUE value IS 3 (1.56% from 255) = 0.75%

R = 55.03%
G = 44.22%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DBB003 (or 0xDBB003) is known color: Gamboge. HEX triplet: DB, B0 and 03. RGB value is (219,176,3). Sum of RGB (Red+Green+Blue) = 219+176+3=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 176 (69.14% from 255 or 44.22% from 398); Blue value is 3 (1.56% from 255 or 0.75% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBB003 is #244FFC. Grayscale: #A9A9A9. Windows color (decimal): -2379773 or 241883. OLE color: 241883.

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

Color convert

RGB 219 176 3 -
CMYK 0 0.20 0.99 0.14
HSL 48.06º 0.97% 0.44% -
HSV(B) 48.06º 0.99% 0.86% -
XYZ 44.76 46.12 6.63 -
YUV 169.14 34.25 163.57 -
System Red Green Blue C M Y K H S L
Decimal 219 176 3 0 0.20 0.99 0.14 48.06 0.97 0.44
Hex DB B0 3 0 14 63 E 30 61 2C
Octal 333 260 3 0 24 143 16 60 141 54
Binary 11011011 10110000 11 0 10100 1100011 1110 110000 1100001 101100

Color Harmonies of #DBB003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB003

Black with #DBB003

Text Example


Text Example

White with #DBB003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB003; }

 p { color: rgb(219,176,3); }

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

background-color css

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

 a { background-color: rgb(219,176,3); }

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

border-color css

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

 span { border-color: rgb(219,176,3); }

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