Html Css Color HEX #DB9C04 Gamboge

📋 copy color: '#DB9C04'

red 219 ◦ green 156 ◦ blue 4

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

Shades of Gamboge #DB9C04

Tints of Gamboge #DB9C04

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.16%

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

R = 57.78%
G = 41.16%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DB9C04 (or 0xDB9C04) is known color: Gamboge. HEX triplet: DB, 9C and 04. RGB value is (219,156,4). Sum of RGB (Red+Green+Blue) = 219+156+4=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 156 (61.33% from 255 or 41.16% from 379); Blue value is 4 (1.95% from 255 or 1.06% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9C04 is #2463FB. Grayscale: #9E9E9E. Windows color (decimal): -2384892 or 302299. OLE color: 302299.

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

Color convert

RGB 219 156 4 -
CMYK 0 0.29 0.98 0.14
HSL 42.42º 0.96% 0.44% -
HSV(B) 42.42º 0.98% 0.86% -
XYZ 41.12 38.85 5.45 -
YUV 157.51 41.37 171.86 -
System Red Green Blue C M Y K H S L
Decimal 219 156 4 0 0.29 0.98 0.14 42.42 0.96 0.44
Hex DB 9C 4 0 1D 62 E 2A 60 2C
Octal 333 234 4 0 35 142 16 52 140 54
Binary 11011011 10011100 100 0 11101 1100010 1110 101010 1100000 101100

Color Harmonies of #DB9C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9C04

Black with #DB9C04

Text Example


Text Example

White with #DB9C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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