Html Css Color HEX #DB910C Gamboge

📋 copy color: '#DB910C'

red 219 ◦ green 145 ◦ blue 12

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

Shades of Gamboge #DB910C

Tints of Gamboge #DB910C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.56%

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

R = 58.24%
G = 38.56%
B = 3.19%

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

#DB910C (or 0xDB910C) is known color: Gamboge. HEX triplet: DB, 91 and 0C. RGB value is (219,145,12). Sum of RGB (Red+Green+Blue) = 219+145+12=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 12 (5.08% from 255 or 3.19% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB910C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB910C is #246EF3. Grayscale: #989898. Windows color (decimal): -2387700 or 823771. OLE color: 823771.

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

Color convert

RGB 219 145 12 -
CMYK 0 0.34 0.95 0.14
HSL 38.55º 0.9% 0.45% -
HSV(B) 38.55º 0.95% 0.86% -
XYZ 39.41 35.34 5.09 -
YUV 151.96 49.02 175.81 -
System Red Green Blue C M Y K H S L
Decimal 219 145 12 0 0.34 0.95 0.14 38.55 0.9 0.45
Hex DB 91 C 0 22 5F E 27 5A 2D
Octal 333 221 14 0 42 137 16 47 132 55
Binary 11011011 10010001 1100 0 100010 1011111 1110 100111 1011010 101101

Color Harmonies of #DB910C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB910C

Black with #DB910C

Text Example


Text Example

White with #DB910C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB910C; }

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

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

background-color css

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

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

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

border-color css

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

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

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