Html Css Color HEX #DEA10F Gamboge

📋 copy color: '#DEA10F'

red 222 ◦ green 161 ◦ blue 15

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

Shades of Gamboge #DEA10F

Tints of Gamboge #DEA10F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.45%

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

R = 55.78%
G = 40.45%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DEA10F (or 0xDEA10F) is known color: Gamboge. HEX triplet: DE, A1 and 0F. RGB value is (222,161,15). Sum of RGB (Red+Green+Blue) = 222+161+15=398 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.78% from 398); Green value is 161 (63.28% from 255 or 40.45% from 398); Blue value is 15 (6.25% from 255 or 3.77% from 398); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA10F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA10F is #215EF0. Grayscale: #A3A3A3. Windows color (decimal): -2186993 or 1024478. OLE color: 1024478.

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

Color convert

RGB 222 161 15 -
CMYK 0 0.27 0.93 0.13
HSL 42.32º 0.87% 0.46% -
HSV(B) 42.32º 0.93% 0.87% -
XYZ 42.96 41.05 6.11 -
YUV 162.6 44.71 170.37 -
System Red Green Blue C M Y K H S L
Decimal 222 161 15 0 0.27 0.93 0.13 42.32 0.87 0.46
Hex DE A1 F 0 1B 5D D 2A 57 2E
Octal 336 241 17 0 33 135 15 52 127 56
Binary 11011110 10100001 1111 0 11011 1011101 1101 101010 1010111 101110

Color Harmonies of #DEA10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA10F

Black with #DEA10F

Text Example


Text Example

White with #DEA10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA10F; }

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

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

background-color css

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

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

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

border-color css

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

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

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