Html Css Color HEX #DFA30A Gamboge

📋 copy color: '#DFA30A'

red 223 ◦ green 163 ◦ blue 10

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

Shades of Gamboge #DFA30A

Tints of Gamboge #DFA30A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.53%

R = 56.31%
G = 41.16%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DFA30A (or 0xDFA30A) is known color: Gamboge. HEX triplet: DF, A3 and 0A. RGB value is (223,163,10). Sum of RGB (Red+Green+Blue) = 223+163+10=396 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.31% from 396); Green value is 163 (64.06% from 255 or 41.16% from 396); Blue value is 10 (4.30% from 255 or 2.53% from 396); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA30A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA30A is #205CF5. Grayscale: #A4A4A4. Windows color (decimal): -2120950 or 697311. OLE color: 697311.

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

Color convert

RGB 223 163 10 -
CMYK 0 0.27 0.96 0.13
HSL 43.1º 0.91% 0.46% -
HSV(B) 43.1º 0.96% 0.87% -
XYZ 43.58 41.9 6.08 -
YUV 163.5 41.38 170.44 -
System Red Green Blue C M Y K H S L
Decimal 223 163 10 0 0.27 0.96 0.13 43.1 0.91 0.46
Hex DF A3 A 0 1B 60 D 2B 5B 2E
Octal 337 243 12 0 33 140 15 53 133 56
Binary 11011111 10100011 1010 0 11011 1100000 1101 101011 1011011 101110

Color Harmonies of #DFA30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA30A

Black with #DFA30A

Text Example


Text Example

White with #DFA30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA30A; }

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

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

background-color css

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

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

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

border-color css

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

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

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