Html Css Color HEX #DEA307 Gamboge

📋 copy color: '#DEA307'

red 222 ◦ green 163 ◦ blue 7

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

Shades of Gamboge #DEA307

Tints of Gamboge #DEA307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.79%

R = 56.63%
G = 41.58%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DEA307 (or 0xDEA307) is known color: Gamboge. HEX triplet: DE, A3 and 07. RGB value is (222,163,7). Sum of RGB (Red+Green+Blue) = 222+163+7=392 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.63% from 392); Green value is 163 (64.06% from 255 or 41.58% from 392); Blue value is 7 (3.12% from 255 or 1.79% from 392); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA307 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA307 is #215CF8. Grayscale: #A3A3A3. Windows color (decimal): -2186489 or 500702. OLE color: 500702.

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

Color convert

RGB 222 163 7 -
CMYK 0 0.27 0.97 0.13
HSL 43.53º 0.94% 0.45% -
HSV(B) 43.53º 0.97% 0.87% -
XYZ 43.26 41.74 5.98 -
YUV 162.86 40.05 170.18 -
System Red Green Blue C M Y K H S L
Decimal 222 163 7 0 0.27 0.97 0.13 43.53 0.94 0.45
Hex DE A3 7 0 1B 61 D 2C 5E 2D
Octal 336 243 7 0 33 141 15 54 136 55
Binary 11011110 10100011 111 0 11011 1100001 1101 101100 1011110 101101

Color Harmonies of #DEA307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA307

Black with #DEA307

Text Example


Text Example

White with #DEA307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA307; }

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

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

background-color css

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

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

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

border-color css

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

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

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