Html Css Color HEX #DB9204 Gamboge

📋 copy color: '#DB9204'

red 219 ◦ green 146 ◦ blue 4

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

Shades of Gamboge #DB9204

Tints of Gamboge #DB9204

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.57%

 BLUE value IS 4 (1.95% from 255) = 1.08%

R = 59.35%
G = 39.57%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DB9204 (or 0xDB9204) is known color: Gamboge. HEX triplet: DB, 92 and 04. RGB value is (219,146,4). Sum of RGB (Red+Green+Blue) = 219+146+4=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 4 (1.95% from 255 or 1.08% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9204 is #246DFB. Grayscale: #989898. Windows color (decimal): -2387452 or 299739. OLE color: 299739.

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

Color convert

RGB 219 146 4 -
CMYK 0 0.33 0.98 0.14
HSL 39.63º 0.96% 0.44% -
HSV(B) 39.63º 0.98% 0.86% -
XYZ 39.51 35.63 4.91 -
YUV 151.64 44.68 176.05 -
System Red Green Blue C M Y K H S L
Decimal 219 146 4 0 0.33 0.98 0.14 39.63 0.96 0.44
Hex DB 92 4 0 21 62 E 28 60 2C
Octal 333 222 4 0 41 142 16 50 140 54
Binary 11011011 10010010 100 0 100001 1100010 1110 101000 1100000 101100

Color Harmonies of #DB9204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9204

Black with #DB9204

Text Example


Text Example

White with #DB9204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9204; }

 p { color: rgb(219,146,4); }

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

background-color css

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

 a { background-color: rgb(219,146,4); }

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

border-color css

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

 span { border-color: rgb(219,146,4); }

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