Html Css Color HEX #DB880C Gamboge

📋 copy color: '#DB880C'

red 219 ◦ green 136 ◦ blue 12

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

Shades of Gamboge #DB880C

Tints of Gamboge #DB880C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.06%

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

R = 59.67%
G = 37.06%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB880C (or 0xDB880C) is known color: Gamboge. HEX triplet: DB, 88 and 0C. RGB value is (219,136,12). Sum of RGB (Red+Green+Blue) = 219+136+12=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 12 (5.08% from 255 or 3.27% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB880C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB880C is #2477F3. Grayscale: #939393. Windows color (decimal): -2390004 or 821467. OLE color: 821467.

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

Color convert

RGB 219 136 12 -
CMYK 0 0.38 0.95 0.14
HSL 35.94º 0.9% 0.45% -
HSV(B) 35.94º 0.95% 0.86% -
XYZ 38.08 32.69 4.65 -
YUV 146.68 52 179.58 -
System Red Green Blue C M Y K H S L
Decimal 219 136 12 0 0.38 0.95 0.14 35.94 0.9 0.45
Hex DB 88 C 0 26 5F E 24 5A 2D
Octal 333 210 14 0 46 137 16 44 132 55
Binary 11011011 10001000 1100 0 100110 1011111 1110 100100 1011010 101101

Color Harmonies of #DB880C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB880C

Black with #DB880C

Text Example


Text Example

White with #DB880C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB880C; }

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

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

background-color css

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

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

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

border-color css

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

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

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