Html Css Color HEX #DB900C Gamboge

📋 copy color: '#DB900C'

red 219 ◦ green 144 ◦ blue 12

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

Shades of Gamboge #DB900C

Tints of Gamboge #DB900C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.4%

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

R = 58.4%
G = 38.4%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB900C (or 0xDB900C) is known color: Gamboge. HEX triplet: DB, 90 and 0C. RGB value is (219,144,12). Sum of RGB (Red+Green+Blue) = 219+144+12=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 12 (5.08% from 255 or 3.2% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB900C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB900C is #246FF3. Grayscale: #979797. Windows color (decimal): -2387956 or 823515. OLE color: 823515.

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

Color convert

RGB 219 144 12 -
CMYK 0 0.34 0.95 0.14
HSL 38.26º 0.9% 0.45% -
HSV(B) 38.26º 0.95% 0.86% -
XYZ 39.25 35.03 5.04 -
YUV 151.38 49.35 176.23 -
System Red Green Blue C M Y K H S L
Decimal 219 144 12 0 0.34 0.95 0.14 38.26 0.9 0.45
Hex DB 90 C 0 22 5F E 26 5A 2D
Octal 333 220 14 0 42 137 16 46 132 55
Binary 11011011 10010000 1100 0 100010 1011111 1110 100110 1011010 101101

Color Harmonies of #DB900C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB900C

Black with #DB900C

Text Example


Text Example

White with #DB900C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB900C; }

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

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

background-color css

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

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

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

border-color css

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

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

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