Html Css Color HEX #DB9C14 Gamboge

📋 copy color: '#DB9C14'

red 219 ◦ green 156 ◦ blue 20

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

Shades of Gamboge #DB9C14

Tints of Gamboge #DB9C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.06%

R = 55.44%
G = 39.49%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB9C14 (or 0xDB9C14) is known color: Gamboge. HEX triplet: DB, 9C and 14. RGB value is (219,156,20). Sum of RGB (Red+Green+Blue) = 219+156+20=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 20 (8.20% from 255 or 5.06% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9C14 is #2463EB. Grayscale: #9F9F9F. Windows color (decimal): -2384876 or 1350875. OLE color: 1350875.

HSL color Cylindrical-coordinate representation of color #DB9C14: hue angle of 41.01º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB9C14 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 156 20 -
CMYK 0 0.29 0.91 0.14
HSL 41.01º 0.83% 0.47% -
HSV(B) 41.01º 0.91% 0.86% -
XYZ 41.23 38.89 5.99 -
YUV 159.33 49.37 170.56 -
System Red Green Blue C M Y K H S L
Decimal 219 156 20 0 0.29 0.91 0.14 41.01 0.83 0.47
Hex DB 9C 14 0 1D 5B E 29 53 2F
Octal 333 234 24 0 35 133 16 51 123 57
Binary 11011011 10011100 10100 0 11101 1011011 1110 101001 1010011 101111

Color Harmonies of #DB9C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9C14

Black with #DB9C14

Text Example


Text Example

White with #DB9C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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