Html Css Color HEX #DEA90D Gamboge

📋 copy color: '#DEA90D'

red 222 ◦ green 169 ◦ blue 13

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

Shades of Gamboge #DEA90D

Tints of Gamboge #DEA90D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.22%

R = 54.95%
G = 41.83%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DEA90D (or 0xDEA90D) is known color: Gamboge. HEX triplet: DE, A9 and 0D. RGB value is (222,169,13). Sum of RGB (Red+Green+Blue) = 222+169+13=404 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.95% from 404); Green value is 169 (66.41% from 255 or 41.83% from 404); Blue value is 13 (5.47% from 255 or 3.22% from 404); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA90D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA90D is #2156F2. Grayscale: #A7A7A7. Windows color (decimal): -2184947 or 895454. OLE color: 895454.

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

Color convert

RGB 222 169 13 -
CMYK 0 0.24 0.94 0.13
HSL 44.78º 0.89% 0.46% -
HSV(B) 44.78º 0.94% 0.87% -
XYZ 44.38 43.93 6.52 -
YUV 167.06 41.06 167.18 -
System Red Green Blue C M Y K H S L
Decimal 222 169 13 0 0.24 0.94 0.13 44.78 0.89 0.46
Hex DE A9 D 0 18 5E D 2D 59 2E
Octal 336 251 15 0 30 136 15 55 131 56
Binary 11011110 10101001 1101 0 11000 1011110 1101 101101 1011001 101110

Color Harmonies of #DEA90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA90D

Black with #DEA90D

Text Example


Text Example

White with #DEA90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA90D; }

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

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

background-color css

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

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

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

border-color css

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

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

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