Html Css Color HEX #DEA50D Gamboge

📋 copy color: '#DEA50D'

red 222 ◦ green 165 ◦ blue 13

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

Shades of Gamboge #DEA50D

Tints of Gamboge #DEA50D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.25%

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

R = 55.5%
G = 41.25%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DEA50D (or 0xDEA50D) is known color: Gamboge. HEX triplet: DE, A5 and 0D. RGB value is (222,165,13). Sum of RGB (Red+Green+Blue) = 222+165+13=400 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.5% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 13 (5.47% from 255 or 3.25% from 400); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA50D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA50D is #215AF2. Grayscale: #A5A5A5. Windows color (decimal): -2185971 or 894430. OLE color: 894430.

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

Color convert

RGB 222 165 13 -
CMYK 0 0.26 0.94 0.13
HSL 43.64º 0.89% 0.46% -
HSV(B) 43.64º 0.94% 0.87% -
XYZ 43.65 42.47 6.28 -
YUV 164.72 42.38 168.86 -
System Red Green Blue C M Y K H S L
Decimal 222 165 13 0 0.26 0.94 0.13 43.64 0.89 0.46
Hex DE A5 D 0 1A 5E D 2C 59 2E
Octal 336 245 15 0 32 136 15 54 131 56
Binary 11011110 10100101 1101 0 11010 1011110 1101 101100 1011001 101110

Color Harmonies of #DEA50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA50D

Black with #DEA50D

Text Example


Text Example

White with #DEA50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA50D; }

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

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

background-color css

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

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

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

border-color css

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

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

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