Html Css Color HEX #DFA218 Gamboge

📋 copy color: '#DFA218'

red 223 ◦ green 162 ◦ blue 24

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

Shades of Gamboge #DFA218

Tints of Gamboge #DFA218

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.61%

 BLUE value IS 24 (9.77% from 255) = 5.87%

R = 54.52%
G = 39.61%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DFA218 (or 0xDFA218) is known color: Gamboge. HEX triplet: DF, A2 and 18. RGB value is (223,162,24). Sum of RGB (Red+Green+Blue) = 223+162+24=409 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.52% from 409); Green value is 162 (63.67% from 255 or 39.61% from 409); Blue value is 24 (9.77% from 255 or 5.87% from 409); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA218 is #205DE7. Grayscale: #A5A5A5. Windows color (decimal): -2121192 or 1614559. OLE color: 1614559.

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

Color convert

RGB 223 162 24 -
CMYK 0 0.27 0.89 0.13
HSL 41.61º 0.81% 0.48% -
HSV(B) 41.61º 0.89% 0.87% -
XYZ 43.52 41.59 6.6 -
YUV 164.51 48.71 169.72 -
System Red Green Blue C M Y K H S L
Decimal 223 162 24 0 0.27 0.89 0.13 41.61 0.81 0.48
Hex DF A2 18 0 1B 59 D 2A 51 30
Octal 337 242 30 0 33 131 15 52 121 60
Binary 11011111 10100010 11000 0 11011 1011001 1101 101010 1010001 110000

Color Harmonies of #DFA218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA218

Black with #DFA218

Text Example


Text Example

White with #DFA218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA218; }

 p { color: rgb(223,162,24); }

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

background-color css

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

 a { background-color: rgb(223,162,24); }

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

border-color css

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

 span { border-color: rgb(223,162,24); }

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