Html Css Color HEX #DE950F Gamboge

📋 copy color: '#DE950F'

red 222 ◦ green 149 ◦ blue 15

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

Shades of Gamboge #DE950F

Tints of Gamboge #DE950F

RGB

 RED value IS 222 (87.11% from 255) = 57.51%

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

 BLUE value IS 15 (6.25% from 255) = 3.89%

R = 57.51%
G = 38.6%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DE950F (or 0xDE950F) is known color: Gamboge. HEX triplet: DE, 95 and 0F. RGB value is (222,149,15). Sum of RGB (Red+Green+Blue) = 222+149+15=386 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.51% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 15 (6.25% from 255 or 3.89% from 386); Max value from RGB is 222 - color contains mainly: red. Hex color #DE950F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE950F is #216AF0. Grayscale: #9C9C9C. Windows color (decimal): -2190065 or 1021406. OLE color: 1021406.

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

Color convert

RGB 222 149 15 -
CMYK 0 0.33 0.93 0.13
HSL 38.84º 0.87% 0.46% -
HSV(B) 38.84º 0.93% 0.87% -
XYZ 40.96 37.06 5.45 -
YUV 155.55 48.68 175.4 -
System Red Green Blue C M Y K H S L
Decimal 222 149 15 0 0.33 0.93 0.13 38.84 0.87 0.46
Hex DE 95 F 0 21 5D D 27 57 2E
Octal 336 225 17 0 41 135 15 47 127 56
Binary 11011110 10010101 1111 0 100001 1011101 1101 100111 1010111 101110

Color Harmonies of #DE950F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE950F

Black with #DE950F

Text Example


Text Example

White with #DE950F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE950F; }

 p { color: rgb(222,149,15); }

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

background-color css

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

 a { background-color: rgb(222,149,15); }

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

border-color css

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

 span { border-color: rgb(222,149,15); }

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