Html Css Color HEX #DFA614 Gamboge

📋 copy color: '#DFA614'

red 223 ◦ green 166 ◦ blue 20

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

Shades of Gamboge #DFA614

Tints of Gamboge #DFA614

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.59%

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

R = 54.52%
G = 40.59%
B = 4.89%

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

#DFA614 (or 0xDFA614) is known color: Gamboge. HEX triplet: DF, A6 and 14. RGB value is (223,166,20). Sum of RGB (Red+Green+Blue) = 223+166+20=409 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.52% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 20 (8.20% from 255 or 4.89% from 409); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA614 is #2059EB. Grayscale: #A7A7A7. Windows color (decimal): -2120172 or 1353439. OLE color: 1353439.

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

Color convert

RGB 223 166 20 -
CMYK 0 0.26 0.91 0.13
HSL 43.15º 0.84% 0.48% -
HSV(B) 43.15º 0.91% 0.87% -
XYZ 44.19 43.01 6.63 -
YUV 166.4 45.38 168.37 -
System Red Green Blue C M Y K H S L
Decimal 223 166 20 0 0.26 0.91 0.13 43.15 0.84 0.48
Hex DF A6 14 0 1A 5B D 2B 54 30
Octal 337 246 24 0 32 133 15 53 124 60
Binary 11011111 10100110 10100 0 11010 1011011 1101 101011 1010100 110000

Color Harmonies of #DFA614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA614

Black with #DFA614

Text Example


Text Example

White with #DFA614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA614; }

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

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

background-color css

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

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

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

border-color css

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

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

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