Html Css Color HEX #DEAC03 Gamboge

📋 copy color: '#DEAC03'

red 222 ◦ green 172 ◦ blue 3

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

Shades of Gamboge #DEAC03

Tints of Gamboge #DEAC03

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.32%

 BLUE value IS 3 (1.56% from 255) = 0.76%

R = 55.92%
G = 43.32%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DEAC03 (or 0xDEAC03) is known color: Gamboge. HEX triplet: DE, AC and 03. RGB value is (222,172,3). Sum of RGB (Red+Green+Blue) = 222+172+3=397 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.92% from 397); Green value is 172 (67.58% from 255 or 43.32% from 397); Blue value is 3 (1.56% from 255 or 0.76% from 397); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAC03 is #2153FC. Grayscale: #A8A8A8. Windows color (decimal): -2184189 or 240862. OLE color: 240862.

HSL color Cylindrical-coordinate representation of color #DEAC03: hue angle of 46.3º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DEAC03 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 172 3 -
CMYK 0 0.23 0.99 0.13
HSL 46.3º 0.97% 0.44% -
HSV(B) 46.3º 0.99% 0.87% -
XYZ 44.89 45.04 6.41 -
YUV 167.68 35.07 166.74 -
System Red Green Blue C M Y K H S L
Decimal 222 172 3 0 0.23 0.99 0.13 46.3 0.97 0.44
Hex DE AC 3 0 17 63 D 2E 61 2C
Octal 336 254 3 0 27 143 15 56 141 54
Binary 11011110 10101100 11 0 10111 1100011 1101 101110 1100001 101100

Color Harmonies of #DEAC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAC03

Black with #DEAC03

Text Example


Text Example

White with #DEAC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAC03; }

 p { color: rgb(222,172,3); }

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

background-color css

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

 a { background-color: rgb(222,172,3); }

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

border-color css

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

 span { border-color: rgb(222,172,3); }

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