Html Css Color HEX #DFAC0A Gamboge

📋 copy color: '#DFAC0A'

red 223 ◦ green 172 ◦ blue 10

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

Shades of Gamboge #DFAC0A

Tints of Gamboge #DFAC0A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.47%

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

R = 55.06%
G = 42.47%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DFAC0A (or 0xDFAC0A) is known color: Gamboge. HEX triplet: DF, AC and 0A. RGB value is (223,172,10). Sum of RGB (Red+Green+Blue) = 223+172+10=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 10 (4.30% from 255 or 2.47% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAC0A is #2053F5. Grayscale: #A9A9A9. Windows color (decimal): -2118646 or 699615. OLE color: 699615.

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

Color convert

RGB 223 172 10 -
CMYK 0 0.23 0.96 0.13
HSL 45.63º 0.91% 0.46% -
HSV(B) 45.63º 0.96% 0.87% -
XYZ 45.24 45.21 6.63 -
YUV 168.78 38.4 166.67 -
System Red Green Blue C M Y K H S L
Decimal 223 172 10 0 0.23 0.96 0.13 45.63 0.91 0.46
Hex DF AC A 0 17 60 D 2E 5B 2E
Octal 337 254 12 0 27 140 15 56 133 56
Binary 11011111 10101100 1010 0 10111 1100000 1101 101110 1011011 101110

Color Harmonies of #DFAC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAC0A

Black with #DFAC0A

Text Example


Text Example

White with #DFAC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAC0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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