Html Css Color HEX #DE9515 Gamboge

📋 copy color: '#DE9515'

red 222 ◦ green 149 ◦ blue 21

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

Shades of Gamboge #DE9515

Tints of Gamboge #DE9515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.36%

R = 56.63%
G = 38.01%
B = 5.36%

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

#DE9515 (or 0xDE9515) is known color: Gamboge. HEX triplet: DE, 95 and 15. RGB value is (222,149,21). Sum of RGB (Red+Green+Blue) = 222+149+21=392 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.63% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 21 (8.59% from 255 or 5.36% from 392); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9515 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9515 is #216AEA. Grayscale: #9C9C9C. Windows color (decimal): -2190059 or 1414622. OLE color: 1414622.

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

Color convert

RGB 222 149 21 -
CMYK 0 0.33 0.91 0.13
HSL 38.21º 0.83% 0.48% -
HSV(B) 38.21º 0.91% 0.87% -
XYZ 41.01 37.08 5.71 -
YUV 156.24 51.68 174.91 -
System Red Green Blue C M Y K H S L
Decimal 222 149 21 0 0.33 0.91 0.13 38.21 0.83 0.48
Hex DE 95 15 0 21 5B D 26 53 30
Octal 336 225 25 0 41 133 15 46 123 60
Binary 11011110 10010101 10101 0 100001 1011011 1101 100110 1010011 110000

Color Harmonies of #DE9515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9515

Black with #DE9515

Text Example


Text Example

White with #DE9515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9515; }

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

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

background-color css

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

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

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

border-color css

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

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

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