Html Css Color HEX #DEAC05 Gamboge

📋 copy color: '#DEAC05'

red 222 ◦ green 172 ◦ blue 5

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

Shades of Gamboge #DEAC05

Tints of Gamboge #DEAC05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.25%

R = 55.64%
G = 43.11%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DEAC05 (or 0xDEAC05) is known color: Gamboge. HEX triplet: DE, AC and 05. RGB value is (222,172,5). Sum of RGB (Red+Green+Blue) = 222+172+5=399 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.64% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 5 (2.34% from 255 or 1.25% from 399); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAC05 is #2153FA. Grayscale: #A8A8A8. Windows color (decimal): -2184187 or 371934. OLE color: 371934.

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

Color convert

RGB 222 172 5 -
CMYK 0 0.23 0.98 0.13
HSL 46.18º 0.96% 0.45% -
HSV(B) 46.18º 0.98% 0.87% -
XYZ 44.9 45.05 6.47 -
YUV 167.91 36.07 166.58 -
System Red Green Blue C M Y K H S L
Decimal 222 172 5 0 0.23 0.98 0.13 46.18 0.96 0.45
Hex DE AC 5 0 17 62 D 2E 60 2D
Octal 336 254 5 0 27 142 15 56 140 55
Binary 11011110 10101100 101 0 10111 1100010 1101 101110 1100000 101101

Color Harmonies of #DEAC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAC05

Black with #DEAC05

Text Example


Text Example

White with #DEAC05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAC05; }

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

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

background-color css

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

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

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

border-color css

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

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

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