Html Css Color HEX #DFA415 Gamboge

📋 copy color: '#DFA415'

red 223 ◦ green 164 ◦ blue 21

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

Shades of Gamboge #DFA415

Tints of Gamboge #DFA415

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.2%

 BLUE value IS 21 (8.59% from 255) = 5.15%

R = 54.66%
G = 40.2%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DFA415 (or 0xDFA415) is known color: Gamboge. HEX triplet: DF, A4 and 15. RGB value is (223,164,21). Sum of RGB (Red+Green+Blue) = 223+164+21=408 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.66% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 21 (8.59% from 255 or 5.15% from 408); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA415 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA415 is #205BEA. Grayscale: #A5A5A5. Windows color (decimal): -2120683 or 1418463. OLE color: 1418463.

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

Color convert

RGB 223 164 21 -
CMYK 0 0.26 0.91 0.13
HSL 42.48º 0.83% 0.48% -
HSV(B) 42.48º 0.91% 0.87% -
XYZ 43.84 42.29 6.56 -
YUV 165.34 46.55 169.13 -
System Red Green Blue C M Y K H S L
Decimal 223 164 21 0 0.26 0.91 0.13 42.48 0.83 0.48
Hex DF A4 15 0 1A 5B D 2A 53 30
Octal 337 244 25 0 32 133 15 52 123 60
Binary 11011111 10100100 10101 0 11010 1011011 1101 101010 1010011 110000

Color Harmonies of #DFA415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA415

Black with #DFA415

Text Example


Text Example

White with #DFA415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA415; }

 p { color: rgb(223,164,21); }

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

background-color css

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

 a { background-color: rgb(223,164,21); }

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

border-color css

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

 span { border-color: rgb(223,164,21); }

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