Html Css Color HEX #DE9417 Gamboge

📋 copy color: '#DE9417'

red 222 ◦ green 148 ◦ blue 23

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

Shades of Gamboge #DE9417

Tints of Gamboge #DE9417

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.66%

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

R = 56.49%
G = 37.66%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DE9417 (or 0xDE9417) is known color: Gamboge. HEX triplet: DE, 94 and 17. RGB value is (222,148,23). Sum of RGB (Red+Green+Blue) = 222+148+23=393 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.49% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 23 (9.38% from 255 or 5.85% from 393); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9417 is #216BE8. Grayscale: #9C9C9C. Windows color (decimal): -2190313 or 1545438. OLE color: 1545438.

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

Color convert

RGB 222 148 23 -
CMYK 0 0.33 0.90 0.13
HSL 37.69º 0.81% 0.48% -
HSV(B) 37.69º 0.9% 0.87% -
XYZ 40.87 36.77 5.75 -
YUV 155.88 53.02 175.16 -
System Red Green Blue C M Y K H S L
Decimal 222 148 23 0 0.33 0.90 0.13 37.69 0.81 0.48
Hex DE 94 17 0 21 5A D 26 51 30
Octal 336 224 27 0 41 132 15 46 121 60
Binary 11011110 10010100 10111 0 100001 1011010 1101 100110 1010001 110000

Color Harmonies of #DE9417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9417

Black with #DE9417

Text Example


Text Example

White with #DE9417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9417; }

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

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

background-color css

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

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

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

border-color css

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

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

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