Html Css Color HEX #DFA814 Gamboge

📋 copy color: '#DFA814'

red 223 ◦ green 168 ◦ blue 20

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

Shades of Gamboge #DFA814

Tints of Gamboge #DFA814

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.88%

 BLUE value IS 20 (8.2% from 255) = 4.87%

R = 54.26%
G = 40.88%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DFA814 (or 0xDFA814) is known color: Gamboge. HEX triplet: DF, A8 and 14. RGB value is (223,168,20). Sum of RGB (Red+Green+Blue) = 223+168+20=411 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.26% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 20 (8.20% from 255 or 4.87% from 411); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA814 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA814 is #2057EB. Grayscale: #A8A8A8. Windows color (decimal): -2119660 or 1353951. OLE color: 1353951.

HSL color Cylindrical-coordinate representation of color #DFA814: hue angle of 43.74º degrees, saturation: 0.84, 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 #DFA814 is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 168 20 -
CMYK 0 0.25 0.91 0.13
HSL 43.74º 0.84% 0.48% -
HSV(B) 43.74º 0.91% 0.87% -
XYZ 44.56 43.74 6.76 -
YUV 167.57 44.72 167.53 -
System Red Green Blue C M Y K H S L
Decimal 223 168 20 0 0.25 0.91 0.13 43.74 0.84 0.48
Hex DF A8 14 0 19 5B D 2C 54 30
Octal 337 250 24 0 31 133 15 54 124 60
Binary 11011111 10101000 10100 0 11001 1011011 1101 101100 1010100 110000

Color Harmonies of #DFA814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA814

Black with #DFA814

Text Example


Text Example

White with #DFA814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA814; }

 p { color: rgb(223,168,20); }

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

background-color css

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

 a { background-color: rgb(223,168,20); }

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

border-color css

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

 span { border-color: rgb(223,168,20); }

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