Html Css Color HEX #DFAA10 Gamboge

📋 copy color: '#DFAA10'

red 223 ◦ green 170 ◦ blue 16

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

Shades of Gamboge #DFAA10

Tints of Gamboge #DFAA10

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.56%

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

R = 54.52%
G = 41.56%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DFAA10 (or 0xDFAA10) is known color: Gamboge. HEX triplet: DF, AA and 10. RGB value is (223,170,16). Sum of RGB (Red+Green+Blue) = 223+170+16=409 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.52% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 16 (6.64% from 255 or 3.91% from 409); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAA10 is #2055EF. Grayscale: #A8A8A8. Windows color (decimal): -2119152 or 1092319. OLE color: 1092319.

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

Color convert

RGB 223 170 16 -
CMYK 0 0.24 0.93 0.13
HSL 44.64º 0.87% 0.47% -
HSV(B) 44.64º 0.93% 0.87% -
XYZ 44.9 44.47 6.71 -
YUV 168.29 42.06 167.02 -
System Red Green Blue C M Y K H S L
Decimal 223 170 16 0 0.24 0.93 0.13 44.64 0.87 0.47
Hex DF AA 10 0 18 5D D 2D 57 2F
Octal 337 252 20 0 30 135 15 55 127 57
Binary 11011111 10101010 10000 0 11000 1011101 1101 101101 1010111 101111

Color Harmonies of #DFAA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAA10

Black with #DFAA10

Text Example


Text Example

White with #DFAA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAA10; }

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

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

background-color css

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

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

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

border-color css

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

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

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