Html Css Color HEX #DFA30C Gamboge

📋 copy color: '#DFA30C'

red 223 ◦ green 163 ◦ blue 12

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

Shades of Gamboge #DFA30C

Tints of Gamboge #DFA30C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.02%

R = 56.03%
G = 40.95%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DFA30C (or 0xDFA30C) is known color: Gamboge. HEX triplet: DF, A3 and 0C. RGB value is (223,163,12). Sum of RGB (Red+Green+Blue) = 223+163+12=398 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.03% from 398); Green value is 163 (64.06% from 255 or 40.95% from 398); Blue value is 12 (5.08% from 255 or 3.02% from 398); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA30C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA30C is #205CF3. Grayscale: #A4A4A4. Windows color (decimal): -2120948 or 828383. OLE color: 828383.

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

Color convert

RGB 223 163 12 -
CMYK 0 0.27 0.95 0.13
HSL 42.94º 0.9% 0.46% -
HSV(B) 42.94º 0.95% 0.87% -
XYZ 43.59 41.91 6.14 -
YUV 163.73 42.38 170.28 -
System Red Green Blue C M Y K H S L
Decimal 223 163 12 0 0.27 0.95 0.13 42.94 0.9 0.46
Hex DF A3 C 0 1B 5F D 2B 5A 2E
Octal 337 243 14 0 33 137 15 53 132 56
Binary 11011111 10100011 1100 0 11011 1011111 1101 101011 1011010 101110

Color Harmonies of #DFA30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA30C

Black with #DFA30C

Text Example


Text Example

White with #DFA30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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