Html Css Color HEX #DEA00F Gamboge

📋 copy color: '#DEA00F'

red 222 ◦ green 160 ◦ blue 15

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

Shades of Gamboge #DEA00F

Tints of Gamboge #DEA00F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.3%

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

R = 55.92%
G = 40.3%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DEA00F (or 0xDEA00F) is known color: Gamboge. HEX triplet: DE, A0 and 0F. RGB value is (222,160,15). Sum of RGB (Red+Green+Blue) = 222+160+15=397 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.92% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 15 (6.25% from 255 or 3.78% from 397); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA00F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA00F is #215FF0. Grayscale: #A2A2A2. Windows color (decimal): -2187249 or 1024222. OLE color: 1024222.

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

Color convert

RGB 222 160 15 -
CMYK 0 0.28 0.93 0.13
HSL 42.03º 0.87% 0.46% -
HSV(B) 42.03º 0.93% 0.87% -
XYZ 42.78 40.71 6.05 -
YUV 162.01 45.04 170.79 -
System Red Green Blue C M Y K H S L
Decimal 222 160 15 0 0.28 0.93 0.13 42.03 0.87 0.46
Hex DE A0 F 0 1C 5D D 2A 57 2E
Octal 336 240 17 0 34 135 15 52 127 56
Binary 11011110 10100000 1111 0 11100 1011101 1101 101010 1010111 101110

Color Harmonies of #DEA00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA00F

Black with #DEA00F

Text Example


Text Example

White with #DEA00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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