Html Css Color HEX #DEA309 Gamboge

📋 copy color: '#DEA309'

red 222 ◦ green 163 ◦ blue 9

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

Shades of Gamboge #DEA309

Tints of Gamboge #DEA309

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.37%

 BLUE value IS 9 (3.91% from 255) = 2.28%

R = 56.35%
G = 41.37%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DEA309 (or 0xDEA309) is known color: Gamboge. HEX triplet: DE, A3 and 09. RGB value is (222,163,9). Sum of RGB (Red+Green+Blue) = 222+163+9=394 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.35% from 394); Green value is 163 (64.06% from 255 or 41.37% from 394); Blue value is 9 (3.91% from 255 or 2.28% from 394); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA309 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA309 is #215CF6. Grayscale: #A3A3A3. Windows color (decimal): -2186487 or 631774. OLE color: 631774.

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

Color convert

RGB 222 163 9 -
CMYK 0 0.27 0.96 0.13
HSL 43.38º 0.92% 0.45% -
HSV(B) 43.38º 0.96% 0.87% -
XYZ 43.27 41.74 6.04 -
YUV 163.09 41.05 170.02 -
System Red Green Blue C M Y K H S L
Decimal 222 163 9 0 0.27 0.96 0.13 43.38 0.92 0.45
Hex DE A3 9 0 1B 60 D 2B 5C 2D
Octal 336 243 11 0 33 140 15 53 134 55
Binary 11011110 10100011 1001 0 11011 1100000 1101 101011 1011100 101101

Color Harmonies of #DEA309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA309

Black with #DEA309

Text Example


Text Example

White with #DEA309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA309; }

 p { color: rgb(222,163,9); }

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

background-color css

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

 a { background-color: rgb(222,163,9); }

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

border-color css

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

 span { border-color: rgb(222,163,9); }

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