Html Css Color HEX #DB8B0C Gamboge

📋 copy color: '#DB8B0C'

red 219 ◦ green 139 ◦ blue 12

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

Shades of Gamboge #DB8B0C

Tints of Gamboge #DB8B0C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.57%

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

R = 59.19%
G = 37.57%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB8B0C (or 0xDB8B0C) is known color: Gamboge. HEX triplet: DB, 8B and 0C. RGB value is (219,139,12). Sum of RGB (Red+Green+Blue) = 219+139+12=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 139 (54.69% from 255 or 37.57% from 370); Blue value is 12 (5.08% from 255 or 3.24% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8B0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8B0C is #2474F3. Grayscale: #959595. Windows color (decimal): -2389236 or 822235. OLE color: 822235.

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

Color convert

RGB 219 139 12 -
CMYK 0 0.37 0.95 0.14
HSL 36.81º 0.9% 0.45% -
HSV(B) 36.81º 0.95% 0.86% -
XYZ 38.51 33.55 4.79 -
YUV 148.44 51 178.33 -
System Red Green Blue C M Y K H S L
Decimal 219 139 12 0 0.37 0.95 0.14 36.81 0.9 0.45
Hex DB 8B C 0 25 5F E 25 5A 2D
Octal 333 213 14 0 45 137 16 45 132 55
Binary 11011011 10001011 1100 0 100101 1011111 1110 100101 1011010 101101

Color Harmonies of #DB8B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8B0C

Black with #DB8B0C

Text Example


Text Example

White with #DB8B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8B0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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