Html Css Color HEX #DFA30E Gamboge

📋 copy color: '#DFA30E'

red 223 ◦ green 163 ◦ blue 14

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

Shades of Gamboge #DFA30E

Tints of Gamboge #DFA30E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.75%

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

R = 55.75%
G = 40.75%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DFA30E (or 0xDFA30E) is known color: Gamboge. HEX triplet: DF, A3 and 0E. RGB value is (223,163,14). Sum of RGB (Red+Green+Blue) = 223+163+14=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 14 (5.86% from 255 or 3.5% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA30E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA30E is #205CF1. Grayscale: #A4A4A4. Windows color (decimal): -2120946 or 959455. OLE color: 959455.

HSL color Cylindrical-coordinate representation of color #DFA30E: hue angle of 42.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 #DFA30E is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 163 14 -
CMYK 0 0.27 0.94 0.13
HSL 42.78º 0.88% 0.46% -
HSV(B) 42.78º 0.94% 0.87% -
XYZ 43.61 41.91 6.21 -
YUV 163.95 43.38 170.12 -
System Red Green Blue C M Y K H S L
Decimal 223 163 14 0 0.27 0.94 0.13 42.78 0.88 0.46
Hex DF A3 E 0 1B 5E D 2B 58 2E
Octal 337 243 16 0 33 136 15 53 130 56
Binary 11011111 10100011 1110 0 11011 1011110 1101 101011 1011000 101110

Color Harmonies of #DFA30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA30E

Black with #DFA30E

Text Example


Text Example

White with #DFA30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA30E; }

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

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

background-color css

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

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

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

border-color css

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

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

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