Html Css Color HEX #DB930C Gamboge

📋 copy color: '#DB930C'

red 219 ◦ green 147 ◦ blue 12

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

Shades of Gamboge #DB930C

Tints of Gamboge #DB930C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.89%

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

R = 57.94%
G = 38.89%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB930C (or 0xDB930C) is known color: Gamboge. HEX triplet: DB, 93 and 0C. RGB value is (219,147,12). Sum of RGB (Red+Green+Blue) = 219+147+12=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 12 (5.08% from 255 or 3.17% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB930C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB930C is #246CF3. Grayscale: #999999. Windows color (decimal): -2387188 or 824283. OLE color: 824283.

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

Color convert

RGB 219 147 12 -
CMYK 0 0.33 0.95 0.14
HSL 39.13º 0.9% 0.45% -
HSV(B) 39.13º 0.95% 0.86% -
XYZ 39.71 35.95 5.19 -
YUV 153.14 48.35 174.98 -
System Red Green Blue C M Y K H S L
Decimal 219 147 12 0 0.33 0.95 0.14 39.13 0.9 0.45
Hex DB 93 C 0 21 5F E 27 5A 2D
Octal 333 223 14 0 41 137 16 47 132 55
Binary 11011011 10010011 1100 0 100001 1011111 1110 100111 1011010 101101

Color Harmonies of #DB930C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB930C

Black with #DB930C

Text Example


Text Example

White with #DB930C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB930C; }

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

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

background-color css

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

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

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

border-color css

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

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

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