Html Css Color HEX #DE9514 Gamboge

📋 copy color: '#DE9514'

red 222 ◦ green 149 ◦ blue 20

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

Shades of Gamboge #DE9514

Tints of Gamboge #DE9514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.12%

R = 56.78%
G = 38.11%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DE9514 (or 0xDE9514) is known color: Gamboge. HEX triplet: DE, 95 and 14. RGB value is (222,149,20). Sum of RGB (Red+Green+Blue) = 222+149+20=391 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.78% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 20 (8.20% from 255 or 5.12% from 391); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9514 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9514 is #216AEB. Grayscale: #9C9C9C. Windows color (decimal): -2190060 or 1349086. OLE color: 1349086.

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

Color convert

RGB 222 149 20 -
CMYK 0 0.33 0.91 0.13
HSL 38.32º 0.83% 0.47% -
HSV(B) 38.32º 0.91% 0.87% -
XYZ 41 37.08 5.66 -
YUV 156.12 51.18 174.99 -
System Red Green Blue C M Y K H S L
Decimal 222 149 20 0 0.33 0.91 0.13 38.32 0.83 0.47
Hex DE 95 14 0 21 5B D 26 53 2F
Octal 336 225 24 0 41 133 15 46 123 57
Binary 11011110 10010101 10100 0 100001 1011011 1101 100110 1010011 101111

Color Harmonies of #DE9514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9514

Black with #DE9514

Text Example


Text Example

White with #DE9514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9514; }

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

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

background-color css

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

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

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

border-color css

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

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

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