Html Css Color HEX #DEAD01 Gamboge

📋 copy color: '#DEAD01'

red 222 ◦ green 173 ◦ blue 1

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

Shades of Gamboge #DEAD01

Tints of Gamboge #DEAD01

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.69%

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 56.06%
G = 43.69%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DEAD01 (or 0xDEAD01) is known color: Gamboge. HEX triplet: DE, AD and 01. RGB value is (222,173,1). Sum of RGB (Red+Green+Blue) = 222+173+1=396 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.06% from 396); Green value is 173 (67.97% from 255 or 43.69% from 396); Blue value is 1 (0.78% from 255 or 0.25% from 396); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAD01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAD01 is #2152FE. Grayscale: #A8A8A8. Windows color (decimal): -2183935 or 110046. OLE color: 110046.

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

Color convert

RGB 222 173 1 -
CMYK 0 0.22 1.00 0.13
HSL 46.7º 0.99% 0.44% -
HSV(B) 46.7º 1% 0.87% -
XYZ 45.07 45.42 6.42 -
YUV 168.04 33.73 166.49 -
System Red Green Blue C M Y K H S L
Decimal 222 173 1 0 0.22 1.00 0.13 46.7 0.99 0.44
Hex DE AD 1 0 16 64 D 2F 63 2C
Octal 336 255 1 0 26 144 15 57 143 54
Binary 11011110 10101101 1 0 10110 1100100 1101 101111 1100011 101100

Color Harmonies of #DEAD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAD01

Black with #DEAD01

Text Example


Text Example

White with #DEAD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAD01; }

 p { color: rgb(222,173,1); }

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

background-color css

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

 a { background-color: rgb(222,173,1); }

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

border-color css

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

 span { border-color: rgb(222,173,1); }

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