Html Css Color HEX #DB910A Gamboge

📋 copy color: '#DB910A'

red 219 ◦ green 145 ◦ blue 10

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

Shades of Gamboge #DB910A

Tints of Gamboge #DB910A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.67%

R = 58.56%
G = 38.77%
B = 2.67%

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

#DB910A (or 0xDB910A) is known color: Gamboge. HEX triplet: DB, 91 and 0A. RGB value is (219,145,10). Sum of RGB (Red+Green+Blue) = 219+145+10=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 145 (57.03% from 255 or 38.77% from 374); Blue value is 10 (4.30% from 255 or 2.67% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB910A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB910A is #246EF5. Grayscale: #989898. Windows color (decimal): -2387702 or 692699. OLE color: 692699.

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

Color convert

RGB 219 145 10 -
CMYK 0 0.34 0.95 0.14
HSL 38.76º 0.91% 0.45% -
HSV(B) 38.76º 0.95% 0.86% -
XYZ 39.39 35.33 5.03 -
YUV 151.74 48.02 175.98 -
System Red Green Blue C M Y K H S L
Decimal 219 145 10 0 0.34 0.95 0.14 38.76 0.91 0.45
Hex DB 91 A 0 22 5F E 27 5B 2D
Octal 333 221 12 0 42 137 16 47 133 55
Binary 11011011 10010001 1010 0 100010 1011111 1110 100111 1011011 101101

Color Harmonies of #DB910A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB910A

Black with #DB910A

Text Example


Text Example

White with #DB910A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB910A; }

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

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

background-color css

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

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

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

border-color css

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

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

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