Html Css Color HEX #DF930B Gamboge

📋 copy color: '#DF930B'

red 223 ◦ green 147 ◦ blue 11

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

Shades of Gamboge #DF930B

Tints of Gamboge #DF930B

RGB

 RED value IS 223 (87.5% from 255) = 58.53%

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

 BLUE value IS 11 (4.69% from 255) = 2.89%

R = 58.53%
G = 38.58%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DF930B (or 0xDF930B) is known color: Gamboge. HEX triplet: DF, 93 and 0B. RGB value is (223,147,11). Sum of RGB (Red+Green+Blue) = 223+147+11=381 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.53% from 381); Green value is 147 (57.81% from 255 or 38.58% from 381); Blue value is 11 (4.69% from 255 or 2.89% from 381); Max value from RGB is 223 - color contains mainly: red. Hex color #DF930B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF930B is #206CF4. Grayscale: #9A9A9A. Windows color (decimal): -2125045 or 758751. OLE color: 758751.

HSL color Cylindrical-coordinate representation of color #DF930B: hue angle of 38.49º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF930B is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 147 11 -
CMYK 0 0.34 0.95 0.13
HSL 38.49º 0.91% 0.46% -
HSV(B) 38.49º 0.95% 0.87% -
XYZ 40.93 36.58 5.22 -
YUV 154.22 47.18 177.06 -
System Red Green Blue C M Y K H S L
Decimal 223 147 11 0 0.34 0.95 0.13 38.49 0.91 0.46
Hex DF 93 B 0 22 5F D 26 5B 2E
Octal 337 223 13 0 42 137 15 46 133 56
Binary 11011111 10010011 1011 0 100010 1011111 1101 100110 1011011 101110

Color Harmonies of #DF930B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF930B

Black with #DF930B

Text Example


Text Example

White with #DF930B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF930B; }

 p { color: rgb(223,147,11); }

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

background-color css

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

 a { background-color: rgb(223,147,11); }

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

border-color css

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

 span { border-color: rgb(223,147,11); }

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