Html Css Color HEX #DB9D0C Gamboge

📋 copy color: '#DB9D0C'

red 219 ◦ green 157 ◦ blue 12

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

Shades of Gamboge #DB9D0C

Tints of Gamboge #DB9D0C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.46%

 BLUE value IS 12 (5.08% from 255) = 3.09%

R = 56.44%
G = 40.46%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB9D0C (or 0xDB9D0C) is known color: Gamboge. HEX triplet: DB, 9D and 0C. RGB value is (219,157,12). Sum of RGB (Red+Green+Blue) = 219+157+12=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 157 (61.72% from 255 or 40.46% from 388); Blue value is 12 (5.08% from 255 or 3.09% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9D0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9D0C is #2462F3. Grayscale: #9F9F9F. Windows color (decimal): -2384628 or 826843. OLE color: 826843.

HSL color Cylindrical-coordinate representation of color #DB9D0C: hue angle of 42.03º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB9D0C is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 157 12 -
CMYK 0 0.28 0.95 0.14
HSL 42.03º 0.9% 0.45% -
HSV(B) 42.03º 0.95% 0.86% -
XYZ 41.34 39.2 5.74 -
YUV 159.01 45.04 170.79 -
System Red Green Blue C M Y K H S L
Decimal 219 157 12 0 0.28 0.95 0.14 42.03 0.9 0.45
Hex DB 9D C 0 1C 5F E 2A 5A 2D
Octal 333 235 14 0 34 137 16 52 132 55
Binary 11011011 10011101 1100 0 11100 1011111 1110 101010 1011010 101101

Color Harmonies of #DB9D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9D0C

Black with #DB9D0C

Text Example


Text Example

White with #DB9D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9D0C; }

 p { color: rgb(219,157,12); }

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

background-color css

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

 a { background-color: rgb(219,157,12); }

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

border-color css

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

 span { border-color: rgb(219,157,12); }

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