Html Css Color HEX #DF950B Gamboge

📋 copy color: '#DF950B'

red 223 ◦ green 149 ◦ blue 11

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

Shades of Gamboge #DF950B

Tints of Gamboge #DF950B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.9%

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

R = 58.22%
G = 38.9%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DF950B (or 0xDF950B) is known color: Gamboge. HEX triplet: DF, 95 and 0B. RGB value is (223,149,11). Sum of RGB (Red+Green+Blue) = 223+149+11=383 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.22% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 11 (4.69% from 255 or 2.87% from 383); Max value from RGB is 223 - color contains mainly: red. Hex color #DF950B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF950B is #206AF4. Grayscale: #9C9C9C. Windows color (decimal): -2124533 or 759263. OLE color: 759263.

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

Color convert

RGB 223 149 11 -
CMYK 0 0.33 0.95 0.13
HSL 39.06º 0.91% 0.46% -
HSV(B) 39.06º 0.95% 0.87% -
XYZ 41.24 37.21 5.32 -
YUV 155.39 46.52 176.22 -
System Red Green Blue C M Y K H S L
Decimal 223 149 11 0 0.33 0.95 0.13 39.06 0.91 0.46
Hex DF 95 B 0 21 5F D 27 5B 2E
Octal 337 225 13 0 41 137 15 47 133 56
Binary 11011111 10010101 1011 0 100001 1011111 1101 100111 1011011 101110

Color Harmonies of #DF950B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF950B

Black with #DF950B

Text Example


Text Example

White with #DF950B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF950B; }

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

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

background-color css

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

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

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

border-color css

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

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

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