Html Css Color HEX #DB8D0C Gamboge

📋 copy color: '#DB8D0C'

red 219 ◦ green 141 ◦ blue 12

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

Shades of Gamboge #DB8D0C

Tints of Gamboge #DB8D0C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.9%

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

R = 58.87%
G = 37.9%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB8D0C (or 0xDB8D0C) is known color: Gamboge. HEX triplet: DB, 8D and 0C. RGB value is (219,141,12). Sum of RGB (Red+Green+Blue) = 219+141+12=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 141 (55.47% from 255 or 37.90% from 372); Blue value is 12 (5.08% from 255 or 3.23% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8D0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8D0C is #2472F3. Grayscale: #969696. Windows color (decimal): -2388724 or 822747. OLE color: 822747.

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

Color convert

RGB 219 141 12 -
CMYK 0 0.36 0.95 0.14
HSL 37.39º 0.9% 0.45% -
HSV(B) 37.39º 0.95% 0.86% -
XYZ 38.8 34.14 4.89 -
YUV 149.62 50.34 177.49 -
System Red Green Blue C M Y K H S L
Decimal 219 141 12 0 0.36 0.95 0.14 37.39 0.9 0.45
Hex DB 8D C 0 24 5F E 25 5A 2D
Octal 333 215 14 0 44 137 16 45 132 55
Binary 11011011 10001101 1100 0 100100 1011111 1110 100101 1011010 101101

Color Harmonies of #DB8D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8D0C

Black with #DB8D0C

Text Example


Text Example

White with #DB8D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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