Html Css Color HEX #DE9817 Gamboge

📋 copy color: '#DE9817'

red 222 ◦ green 152 ◦ blue 23

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

Shades of Gamboge #DE9817

Tints of Gamboge #DE9817

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.29%

 BLUE value IS 23 (9.38% from 255) = 5.79%

R = 55.92%
G = 38.29%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DE9817 (or 0xDE9817) is known color: Gamboge. HEX triplet: DE, 98 and 17. RGB value is (222,152,23). Sum of RGB (Red+Green+Blue) = 222+152+23=397 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.92% from 397); Green value is 152 (59.77% from 255 or 38.29% from 397); Blue value is 23 (9.38% from 255 or 5.79% from 397); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9817 is #2167E8. Grayscale: #9E9E9E. Windows color (decimal): -2189289 or 1546462. OLE color: 1546462.

HSL color Cylindrical-coordinate representation of color #DE9817: hue angle of 38.89º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE9817 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 152 23 -
CMYK 0 0.32 0.90 0.13
HSL 38.89º 0.81% 0.48% -
HSV(B) 38.89º 0.9% 0.87% -
XYZ 41.51 38.05 5.97 -
YUV 158.22 51.69 173.49 -
System Red Green Blue C M Y K H S L
Decimal 222 152 23 0 0.32 0.90 0.13 38.89 0.81 0.48
Hex DE 98 17 0 20 5A D 27 51 30
Octal 336 230 27 0 40 132 15 47 121 60
Binary 11011110 10011000 10111 0 100000 1011010 1101 100111 1010001 110000

Color Harmonies of #DE9817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9817

Black with #DE9817

Text Example


Text Example

White with #DE9817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9817; }

 p { color: rgb(222,152,23); }

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

background-color css

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

 a { background-color: rgb(222,152,23); }

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

border-color css

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

 span { border-color: rgb(222,152,23); }

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