Html Css Color HEX #DFAB10 Gamboge

📋 copy color: '#DFAB10'

red 223 ◦ green 171 ◦ blue 16

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

Shades of Gamboge #DFAB10

Tints of Gamboge #DFAB10

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.71%

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

R = 54.39%
G = 41.71%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DFAB10 (or 0xDFAB10) is known color: Gamboge. HEX triplet: DF, AB and 10. RGB value is (223,171,16). Sum of RGB (Red+Green+Blue) = 223+171+16=410 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.39% from 410); Green value is 171 (67.19% from 255 or 41.71% from 410); Blue value is 16 (6.64% from 255 or 3.90% from 410); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAB10 is #2054EF. Grayscale: #A9A9A9. Windows color (decimal): -2118896 or 1092575. OLE color: 1092575.

HSL color Cylindrical-coordinate representation of color #DFAB10: hue angle of 44.93º 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 #DFAB10 is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 171 16 -
CMYK 0 0.23 0.93 0.13
HSL 44.93º 0.87% 0.47% -
HSV(B) 44.93º 0.93% 0.87% -
XYZ 45.09 44.85 6.77 -
YUV 168.88 41.73 166.6 -
System Red Green Blue C M Y K H S L
Decimal 223 171 16 0 0.23 0.93 0.13 44.93 0.87 0.47
Hex DF AB 10 0 17 5D D 2D 57 2F
Octal 337 253 20 0 27 135 15 55 127 57
Binary 11011111 10101011 10000 0 10111 1011101 1101 101101 1010111 101111

Color Harmonies of #DFAB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAB10

Black with #DFAB10

Text Example


Text Example

White with #DFAB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAB10; }

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

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

background-color css

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

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

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

border-color css

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

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

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