Html Css Color HEX #DFAC0E Gamboge

📋 copy color: '#DFAC0E'

red 223 ◦ green 172 ◦ blue 14

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

Shades of Gamboge #DFAC0E

Tints of Gamboge #DFAC0E

RGB

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

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

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

R = 54.52%
G = 42.05%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DFAC0E (or 0xDFAC0E) is known color: Gamboge. HEX triplet: DF, AC and 0E. RGB value is (223,172,14). Sum of RGB (Red+Green+Blue) = 223+172+14=409 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.52% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 14 (5.86% from 255 or 3.42% from 409); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAC0E is #2053F1. Grayscale: #A9A9A9. Windows color (decimal): -2118642 or 961759. OLE color: 961759.

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

Color convert

RGB 223 172 14 -
CMYK 0 0.23 0.94 0.13
HSL 45.36º 0.88% 0.46% -
HSV(B) 45.36º 0.94% 0.87% -
XYZ 45.26 45.22 6.76 -
YUV 169.24 40.4 166.35 -
System Red Green Blue C M Y K H S L
Decimal 223 172 14 0 0.23 0.94 0.13 45.36 0.88 0.46
Hex DF AC E 0 17 5E D 2D 58 2E
Octal 337 254 16 0 27 136 15 55 130 56
Binary 11011111 10101100 1110 0 10111 1011110 1101 101101 1011000 101110

Color Harmonies of #DFAC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAC0E

Black with #DFAC0E

Text Example


Text Example

White with #DFAC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAC0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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