Html Css Color HEX #DE880F Gamboge

📋 copy color: '#DE880F'

red 222 ◦ green 136 ◦ blue 15

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

Shades of Gamboge #DE880F

Tints of Gamboge #DE880F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.46%

 BLUE value IS 15 (6.25% from 255) = 4.02%

R = 59.52%
G = 36.46%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DE880F (or 0xDE880F) is known color: Gamboge. HEX triplet: DE, 88 and 0F. RGB value is (222,136,15). Sum of RGB (Red+Green+Blue) = 222+136+15=373 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.52% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 15 (6.25% from 255 or 4.02% from 373); Max value from RGB is 222 - color contains mainly: red. Hex color #DE880F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE880F is #2177F0. Grayscale: #949494. Windows color (decimal): -2193393 or 1018078. OLE color: 1018078.

HSL color Cylindrical-coordinate representation of color #DE880F: hue angle of 35.07º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DE880F is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 136 15 -
CMYK 0 0.39 0.93 0.13
HSL 35.07º 0.87% 0.46% -
HSV(B) 35.07º 0.93% 0.87% -
XYZ 39.01 33.17 4.8 -
YUV 147.92 52.99 180.84 -
System Red Green Blue C M Y K H S L
Decimal 222 136 15 0 0.39 0.93 0.13 35.07 0.87 0.46
Hex DE 88 F 0 27 5D D 23 57 2E
Octal 336 210 17 0 47 135 15 43 127 56
Binary 11011110 10001000 1111 0 100111 1011101 1101 100011 1010111 101110

Color Harmonies of #DE880F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE880F

Black with #DE880F

Text Example


Text Example

White with #DE880F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE880F; }

 p { color: rgb(222,136,15); }

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

background-color css

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

 a { background-color: rgb(222,136,15); }

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

border-color css

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

 span { border-color: rgb(222,136,15); }

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