Html Css Color HEX #DEA90A Gamboge

📋 copy color: '#DEA90A'

red 222 ◦ green 169 ◦ blue 10

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

Shades of Gamboge #DEA90A

Tints of Gamboge #DEA90A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.14%

 BLUE value IS 10 (4.3% from 255) = 2.49%

R = 55.36%
G = 42.14%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DEA90A (or 0xDEA90A) is known color: Gamboge. HEX triplet: DE, A9 and 0A. RGB value is (222,169,10). Sum of RGB (Red+Green+Blue) = 222+169+10=401 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.36% from 401); Green value is 169 (66.41% from 255 or 42.14% from 401); Blue value is 10 (4.30% from 255 or 2.49% from 401); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA90A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA90A is #2156F5. Grayscale: #A7A7A7. Windows color (decimal): -2184950 or 698846. OLE color: 698846.

HSL color Cylindrical-coordinate representation of color #DEA90A: hue angle of 45º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DEA90A is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 169 10 -
CMYK 0 0.24 0.95 0.13
HSL 45º 0.91% 0.45% -
HSV(B) 45º 0.95% 0.87% -
XYZ 44.37 43.93 6.43 -
YUV 166.72 39.56 167.43 -
System Red Green Blue C M Y K H S L
Decimal 222 169 10 0 0.24 0.95 0.13 45 0.91 0.45
Hex DE A9 A 0 18 5F D 2D 5B 2D
Octal 336 251 12 0 30 137 15 55 133 55
Binary 11011110 10101001 1010 0 11000 1011111 1101 101101 1011011 101101

Color Harmonies of #DEA90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA90A

Black with #DEA90A

Text Example


Text Example

White with #DEA90A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA90A; }

 p { color: rgb(222,169,10); }

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

background-color css

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

 a { background-color: rgb(222,169,10); }

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

border-color css

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

 span { border-color: rgb(222,169,10); }

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