Html Css Color HEX #DFAD10 Gamboge

📋 copy color: '#DFAD10'

red 223 ◦ green 173 ◦ blue 16

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

Shades of Gamboge #DFAD10

Tints of Gamboge #DFAD10

RGB

 RED value IS 223 (87.5% from 255) = 54.13%

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

 BLUE value IS 16 (6.64% from 255) = 3.88%

R = 54.13%
G = 41.99%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DFAD10 (or 0xDFAD10) is known color: Gamboge. HEX triplet: DF, AD and 10. RGB value is (223,173,16). Sum of RGB (Red+Green+Blue) = 223+173+16=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 16 (6.64% from 255 or 3.88% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAD10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAD10 is #2052EF. Grayscale: #AAAAAA. Windows color (decimal): -2118384 or 1093087. OLE color: 1093087.

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

Color convert

RGB 223 173 16 -
CMYK 0 0.22 0.93 0.13
HSL 45.51º 0.87% 0.47% -
HSV(B) 45.51º 0.93% 0.87% -
XYZ 45.47 45.61 6.9 -
YUV 170.05 41.07 165.77 -
System Red Green Blue C M Y K H S L
Decimal 223 173 16 0 0.22 0.93 0.13 45.51 0.87 0.47
Hex DF AD 10 0 16 5D D 2E 57 2F
Octal 337 255 20 0 26 135 15 56 127 57
Binary 11011111 10101101 10000 0 10110 1011101 1101 101110 1010111 101111

Color Harmonies of #DFAD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAD10

Black with #DFAD10

Text Example


Text Example

White with #DFAD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAD10; }

 p { color: rgb(223,173,16); }

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

background-color css

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

 a { background-color: rgb(223,173,16); }

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

border-color css

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

 span { border-color: rgb(223,173,16); }

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