Html Css Color HEX #DE9015 Gamboge

📋 copy color: '#DE9015'

red 222 ◦ green 144 ◦ blue 21

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

Shades of Gamboge #DE9015

Tints of Gamboge #DE9015

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.21%

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

R = 57.36%
G = 37.21%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DE9015 (or 0xDE9015) is known color: Gamboge. HEX triplet: DE, 90 and 15. RGB value is (222,144,21). Sum of RGB (Red+Green+Blue) = 222+144+21=387 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.36% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 21 (8.59% from 255 or 5.43% from 387); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9015 is #216FEA. Grayscale: #999999. Windows color (decimal): -2191339 or 1413342. OLE color: 1413342.

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

Color convert

RGB 222 144 21 -
CMYK 0 0.35 0.91 0.13
HSL 36.72º 0.83% 0.48% -
HSV(B) 36.72º 0.91% 0.87% -
XYZ 40.23 35.53 5.45 -
YUV 153.3 53.34 177 -
System Red Green Blue C M Y K H S L
Decimal 222 144 21 0 0.35 0.91 0.13 36.72 0.83 0.48
Hex DE 90 15 0 23 5B D 25 53 30
Octal 336 220 25 0 43 133 15 45 123 60
Binary 11011110 10010000 10101 0 100011 1011011 1101 100101 1010011 110000

Color Harmonies of #DE9015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9015

Black with #DE9015

Text Example


Text Example

White with #DE9015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9015; }

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

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

background-color css

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

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

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

border-color css

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

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

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