Html Css Color HEX #DB860C Gamboge

📋 copy color: '#DB860C'

red 219 ◦ green 134 ◦ blue 12

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

Shades of Gamboge #DB860C

Tints of Gamboge #DB860C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.71%

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

R = 60%
G = 36.71%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB860C (or 0xDB860C) is known color: Gamboge. HEX triplet: DB, 86 and 0C. RGB value is (219,134,12). Sum of RGB (Red+Green+Blue) = 219+134+12=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 12 (5.08% from 255 or 3.29% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB860C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB860C is #2479F3. Grayscale: #929292. Windows color (decimal): -2390516 or 820955. OLE color: 820955.

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

Color convert

RGB 219 134 12 -
CMYK 0 0.39 0.95 0.14
HSL 35.36º 0.9% 0.45% -
HSV(B) 35.36º 0.95% 0.86% -
XYZ 37.8 32.14 4.56 -
YUV 145.51 52.66 180.42 -
System Red Green Blue C M Y K H S L
Decimal 219 134 12 0 0.39 0.95 0.14 35.36 0.9 0.45
Hex DB 86 C 0 27 5F E 23 5A 2D
Octal 333 206 14 0 47 137 16 43 132 55
Binary 11011011 10000110 1100 0 100111 1011111 1110 100011 1011010 101101

Color Harmonies of #DB860C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB860C

Black with #DB860C

Text Example


Text Example

White with #DB860C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB860C; }

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

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

background-color css

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

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

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

border-color css

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

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

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