Html Css Color HEX #DFAA0E Gamboge

📋 copy color: '#DFAA0E'

red 223 ◦ green 170 ◦ blue 14

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

Shades of Gamboge #DFAA0E

Tints of Gamboge #DFAA0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.44%

R = 54.79%
G = 41.77%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DFAA0E (or 0xDFAA0E) is known color: Gamboge. HEX triplet: DF, AA and 0E. RGB value is (223,170,14). Sum of RGB (Red+Green+Blue) = 223+170+14=407 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.79% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 14 (5.86% from 255 or 3.44% from 407); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAA0E is #2055F1. Grayscale: #A8A8A8. Windows color (decimal): -2119154 or 961247. OLE color: 961247.

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

Color convert

RGB 223 170 14 -
CMYK 0 0.24 0.94 0.13
HSL 44.78º 0.88% 0.46% -
HSV(B) 44.78º 0.94% 0.87% -
XYZ 44.89 44.47 6.63 -
YUV 168.06 41.06 167.18 -
System Red Green Blue C M Y K H S L
Decimal 223 170 14 0 0.24 0.94 0.13 44.78 0.88 0.46
Hex DF AA E 0 18 5E D 2D 58 2E
Octal 337 252 16 0 30 136 15 55 130 56
Binary 11011111 10101010 1110 0 11000 1011110 1101 101101 1011000 101110

Color Harmonies of #DFAA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAA0E

Black with #DFAA0E

Text Example


Text Example

White with #DFAA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAA0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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