Html Css Color HEX #DB840C Gamboge

📋 copy color: '#DB840C'

red 219 ◦ green 132 ◦ blue 12

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

Shades of Gamboge #DB840C

Tints of Gamboge #DB840C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.36%

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

R = 60.33%
G = 36.36%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB840C (or 0xDB840C) is known color: Gamboge. HEX triplet: DB, 84 and 0C. RGB value is (219,132,12). Sum of RGB (Red+Green+Blue) = 219+132+12=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 12 (5.08% from 255 or 3.31% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB840C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB840C is #247BF3. Grayscale: #909090. Windows color (decimal): -2391028 or 820443. OLE color: 820443.

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

Color convert

RGB 219 132 12 -
CMYK 0 0.40 0.95 0.14
HSL 34.78º 0.9% 0.45% -
HSV(B) 34.78º 0.95% 0.86% -
XYZ 37.53 31.59 4.47 -
YUV 144.33 53.32 181.26 -
System Red Green Blue C M Y K H S L
Decimal 219 132 12 0 0.40 0.95 0.14 34.78 0.9 0.45
Hex DB 84 C 0 28 5F E 23 5A 2D
Octal 333 204 14 0 50 137 16 43 132 55
Binary 11011011 10000100 1100 0 101000 1011111 1110 100011 1011010 101101

Color Harmonies of #DB840C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB840C

Black with #DB840C

Text Example


Text Example

White with #DB840C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB840C; }

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

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

background-color css

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

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

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

border-color css

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

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

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